1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 09:29:01 +00:00

Restore some nsedoc comment grammar fixes I added yesterday in r13725, but that Joao accidentally blew away in r13729

This commit is contained in:
fyodor
2009-06-13 21:57:50 +00:00
parent 249c1e7179
commit ef7b811881

View File

@@ -1,12 +1,13 @@
description=[[
Checks if an Socks proxy is open.
Checks if an open socks proxy is running on the target.
The script attempts to connect to the proxy server and send the socks4 and socks5
payloads. If the script receives a Request Granted from server, the proxy is considered open.
The script attempts to connect to a proxy server and send socks4 and
socks5 payloads. It is considered an open proxy if the script receives
a Request Granted response from the target port.
The payloads try to open a connection with www.google.com at port 80.
A different host can be passed as argument, as described below.
The payloads try to open a connection to www.google.com port 80. A
different test host can be passed as openproxy.host (note the table
syntax in the example) argument, as described below.
]]
---