Skip to content

ludvikkristoffersen/arch-proxychains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Keep in mind this script is for Arch users only. This little Python script downloads TOR and Proxychains if the user does not have these packages allready installed. It really do not do anything special, it just starts TOR for you and runs Proxychains with your specified program.

Recommendation

I recommend going into your /etc/proxychains.conf file and changing the mode from strict to dynamic, at the bottom of your config file you can also change from socks4 to socks5

sudo nano /etc/proxychains.conf

Installation

Download the repo:

git clone https://github.com/ludvikkristoffersen/arch-proxychains.git

Download colorama:

sudo pacman -Sy python-colorama

Usage example

python3 proxychains.py -p firefox
python3 proxychains.py --program firefox