proxychains-ng icon indicating copy to clipboard operation
proxychains-ng copied to clipboard

Is there a Proxychains service that will support multilple browser or programs?

Open fractal815 opened this issue 2 years ago • 2 comments

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.

fractal815 avatar Mar 23 '22 04:03 fractal815

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.

rofl0r avatar Mar 23 '22 10:03 rofl0r

Thank you rofl0r. I'm doing that right now.

fractal815 avatar Mar 23 '22 14:03 fractal815