
How to be Anonymous | Hide Real IP | Installing & Configuring Proxychains | 2018
418
9________
In this video you learn how to surf internet anonymously with your favorite browser using proxychains and tor service.
Step 1- installing tor
"apt-get install tor"
step 2- installing proxychains
"apt-get install proxychains"
step 3- locating proxychain.conf file
"locate proxychains"
step 4- Configuring proxychain.conf file
"leafpad /etc/proxychains.conf"
remove # before dynamic_chain and put # before strict_chain like
dynamic_chain
#strict_chain
now save the file
step6- start tor service
"service tor start"
Step7- start proxychain
"proxychains firefox"
コメント