proxychains-ng
proxychains-ng copied to clipboard
Is there a Proxychains service that will support multilple browser or programs?
Is there a way to launch Proxychains as a service on boot that would support any installed browser or program? For example suppose I wanted to run TOR and nmap concurrently. I want to do this on my Kali installation.
you can put LD_PRELOAD=/path/to/libproxychains4.so into your .bashrc, so any app that you start out of bash as your user will be proxified. note that nmap works only in tcp mode when proxified.
Thank you rofl0r. I'm doing that right now.