diff --git a/scripts/http-fetch.nse b/scripts/http-fetch.nse index 59df87e2f..8887ae940 100644 --- a/scripts/http-fetch.nse +++ b/scripts/http-fetch.nse @@ -47,18 +47,15 @@ The script supports three different use cases : -- @output -- | http-fetch: -- | Successfully Downloaded: --- | http://nmap.org:80/ as /tmp/mirror/index.html --- | http://nmap.org/shared/css/insecdb.css as /tmp/mirror/shared/css/insecdb.css --- | http://nmap.org/movies/ as /tmp/mirror/movies/index.html --- | http://nmap.org/book/man.html as /tmp/mirror/book/man.html --- +-- | http://scanme.nmap.org:80/ as /tmp/mirror/45.33.32.156/80/index.html +-- |_ http://scanme.nmap.org/shared/css/insecdb.css as /tmp/mirror/45.33.32.156/80/shared/css/insecdb.css -- +-- @xmloutput --