rofl0r / proxychains-ng

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
http://sourceforge.net/projects/proxychains-ng/files
GNU General Public License v2.0
9.82k stars 1.08k forks source link

Is that possible completely hide addition output like "DLL init" #508

Closed szh-bash closed 1 year ago

szh-bash commented 1 year ago

Sometimes this information can disrupt the output format and affect reading the log.

[proxychains] DLL init: proxychains-ng 4.16
rofl0r commented 1 year ago

use -q command line option. if the proxified program clears environment variables, there's nothing you can do except commenting out the lines printing the output in the proxychains-ng source code.