1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 15:09:02 +00:00

Add --proxies to nmap help screen.

This commit is contained in:
henri
2013-08-17 11:46:34 +00:00
parent 683e83117b
commit 59e68ddffb

View File

@@ -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"