Skip to content

HackWithSumit/Tor-Proxychains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Tor-Proxychains

Visitor count

1. Introduction:
Proxychains is a tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5, or HTTP(S) proxy.

2. What is SOCKS?
SOCKS is an Internet protocol that exchanges network packets between a client and server through a proxy server.

Requirements:

  1. Tor

  2. Proxychains


Installation & Setup Guide:

Step 1: 1st install tor with below command:

sudo apt install tor 

Tor

Step 2: Proxychains install with below command

sudo apt install proxychains 

Proxychains

Step 3: Now enable tor service with below command

sudo systemctl enable tor service 

Screenshot from 2023-01-23 08-19-27

Step 4: Fixed Tor service issue with below command

sudo service tor start 

Screenshot from 2023-01-23 08-23-42

Step 5 : Now check tor service status

sudo service tor status

Screenshot from 2023-01-23 08-26-51

 Till now disable 

Step 6: Lets go now fixed this issue

sudo systemctl enable tor.service sudo systemctl enable tor 

Screenshot from 2023-01-23 08-33-32

Step 7: Now configure Proxychains.conf file

 sudo nano /etc/proxychains.conf 

Tor

Remove & Replace comment from chain

 #Dynamic Chain -----> Dynamic Chain Strict Chain -------> #Strict Chain #Random Chain -------> Random Chain ##Proxy DNS requests - no leak for DNS data ---> Proxy DNS requests - no leak for DNS data 

Step 8: Also add Mention IP & PORT at the end of proxychains.conf file

 socks5 127.0.0.1 9050 

Screenshot from 2023-01-23 08-55-48

Step 8: Now reboot your system

 reboot 

Step 9: Check Tor Proxychains with below command

 proxychains firefox whatismyipaddress.com 

Screencast from 2023-01-23 09-16-01

POC : https://youtu.be/Mwss2iY3nOQ

About

proxychains is a tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5, or HTTP(S) proxy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors