TOR with Privoxy - Kali Linux

Route all network traffic through TOR with PRIVOXY

Commands :
apt-get install tor
apt-get install privoxy
nano /etc/privoxy/config
    add follwing lines
     forward-socks4 / 127.0.0.1:9050 .
     forward-socks4a / 127.0.0.1:9050 .
     forward-socks5 / 127.0.0.1:9050 .
service tor start && service tor status
service privoxy start && service privoxy status

proxy manual
           HTTP                127.0.0.1   8118
           HTTPS              127.0.0.1   8118
           Socks host       127.0.0.1   9050

Video Tutorial

Comments

Popular Posts