summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Šijanec <sijanecantonluka@gmail.com>2019-04-11 00:39:21 +0200
committerGitHub <noreply@github.com>2019-04-11 00:39:21 +0200
commit798593063bd2ffa412f2da96b53d3b572397e083 (patch)
tree7654c2b031df17edee86a792c67d9326ec6d6753
parentupdated README.md (diff)
downloadshort-domain-finder-798593063bd2ffa412f2da96b53d3b572397e083.tar
short-domain-finder-798593063bd2ffa412f2da96b53d3b572397e083.tar.gz
short-domain-finder-798593063bd2ffa412f2da96b53d3b572397e083.tar.bz2
short-domain-finder-798593063bd2ffa412f2da96b53d3b572397e083.tar.lz
short-domain-finder-798593063bd2ffa412f2da96b53d3b572397e083.tar.xz
short-domain-finder-798593063bd2ffa412f2da96b53d3b572397e083.tar.zst
short-domain-finder-798593063bd2ffa412f2da96b53d3b572397e083.zip
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 805d9bb..f2e3f80 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,18 @@ requirements and installation:
sudo apt update
sudp apt upgrade
sudo apt install whois curl tor torsocks
-# set tor password and enable control port and socks5
+```
+edit /etc/tor/torrc and enable ControlPort on 127.0.0.1:9051 and SocksPort on 127.0.0.1:9050, use
+```
+tor --hash-password yourtorpassword
+```
+to generate a Control Hash Password to be placed in torrc. Also update that password in scripts that use it.
+```
sudo apt clean
cd
git clone https://github.com/AstiriL/short-domain-finder.git
cd short-domain-finder
+chmod +x *.sh
+chmod +x *.py
+chmod +x *.php
```