From ef7b8118818e4da3cf7bfa4191eb7874d991a911 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 13 Jun 2009 21:57:50 +0000 Subject: [PATCH] Restore some nsedoc comment grammar fixes I added yesterday in r13725, but that Joao accidentally blew away in r13729 --- scripts/socks-open-proxy.nse | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/socks-open-proxy.nse b/scripts/socks-open-proxy.nse index 47353efb9..79d3bbfd7 100644 --- a/scripts/socks-open-proxy.nse +++ b/scripts/socks-open-proxy.nse @@ -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. ]] ---