I see that proxychains can have arguments: usage: proxychains <prog>
I'm just curious, what are these arguments? I scanned through the man page and don't see any mention of it.
They are the arguments which will be passed to the program which is called, e.g.
proxychains ping www.google.com
<prog> = ping = www.google.com
Log in to post a comment.
I see that proxychains can have arguments:
usage:
proxychains <prog>
I'm just curious, what are these arguments?
I scanned through the man page and don't see any mention of it.
They are the arguments which will be passed to the program which is called, e.g.
proxychains ping www.google.com
<prog> = ping
= www.google.com