Skip to content

Instantly share code, notes, and snippets.

@thanch2n
Last active January 28, 2019 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thanch2n/359c42402b54bad613b1ef3f8bb22412 to your computer and use it in GitHub Desktop.
Save thanch2n/359c42402b54bad613b1ef3f8bb22412 to your computer and use it in GitHub Desktop.
cd /opt
yum install gcc -y
git clone https://github.com/rofl0r/proxychains-ng.git
cd proxychains-ng/
./configure --prefix=/usr --sysconfdir=/etc
make && make install
make install-config
sed -i "115c socks5 10.10.2.156 6153 c c" /etc/proxychains.conf
cd ../
rm -rf proxychains-ng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment