Git Product home page Git Product logo

tor-proxychains's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.