How to Install and Configure Tor on kali-linux
Tor is an open source implementation of the third generation onion routing that provides free access to an anonymous proxy network. follow steps:1 "apt update && apt -y upgrade" "apt -y install tor" "service tor start" "service tor status" follow steps:2 Once Tor installed, edit the proxychains.conf file using command "leafpad /etc/proxychains.conf" now disable the use of (strict_chains) and enable (dynamic_chains), which ensures that the connection will be routed, as shown in the following screenshot:- Next, edit the [proxyList] section to ensure that the socks5 proxy is present, as shown in the following screenshot:- (socks5 127.0.0.1 9050) after this save file and close your all browsers, now type in terminal:- "proxychains firefox www.whatismyipaddress.com" then check your terminal Now download Tor-bundle click here for downloading and extract the package by typing "tar -xvf to...

Comments
Post a Comment