mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Add --proxies to nmap help screen.
This commit is contained in:
parent
683e83117b
commit
59e68ddffb
1 changed files with 1 additions and 0 deletions
1
nmap.cc
1
nmap.cc
|
|
@ -333,6 +333,7 @@ static void printusage(int rc) {
|
|||
" -S <IP_Address>: Spoof source address\n"
|
||||
" -e <iface>: Use specified interface\n"
|
||||
" -g/--source-port <portnum>: Use given port number\n"
|
||||
" --proxies <url1,[url2],..>: Relay TCP connections through a chain of proxies\n"
|
||||
" --data-length <num>: Append random data to sent packets\n"
|
||||
" --ip-options <options>: Send packets with specified ip options\n"
|
||||
" --ttl <val>: Set IP time-to-live field\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue