Skip to content

3libs/tor-proxychains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

A guide on how to use tor built-in proxychains on any linux distro (kali / debian recommended).

Install Tor

sudo apt install tor -y

Test Tor

sudo systemctl start tor
sudo systemctl stop tor

Edit the Proxychains config file

sudo nano /etc/proxychains.conf

Remove ‘#’ from Dynamic chain and comment ‘#’ Strict chain and Random chain

Screenshot 2025-09-24 202656

Remove ‘#’ from proxy DNS

Screenshot 2025-09-24 202725

Write socks5 127.0.0.1 9050 in last line of proxy list

Screenshot 2025-09-24 202736

Start Tor again and test the dynamic proxychain

sudo systemctl start tor
proxychains firefox www.google.com

After running the above commands firefox will launch and www.google.com will load. Also please close all firefox tabs before executing the commands. Now you are using proxy chains!

To verify, go to an IP address detecting website like https://www.dnsleaktest.com/ If the IP and/or country changed, you are using the proxychain.

About

Use Tor combined with Proxychains to stay hidden on (almost) any linux distro.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published