From 88631b50676c38824e01d30819f46258a8497b0a Mon Sep 17 00:00:00 2001 From: nnposter Date: Sat, 13 Jan 2018 00:05:33 +0000 Subject: [PATCH] Updates documentation to reflect new destination directory structure. Fixes #1104, closes #1105 --- scripts/http-fetch.nse | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) 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 -- --- 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 --
+-- Successfully Downloaded Everything At: /tmp/mirror/45.33.32.156/80/ author = "Gyanendra Mishra"