From 798593063bd2ffa412f2da96b53d3b572397e083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20=C5=A0ijanec?= Date: Thu, 11 Apr 2019 00:39:21 +0200 Subject: updated README.md - instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit izpopolnil navodila za inštalacijo --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 ``` -- cgit v1.2.3