Skip to content

Commit

Permalink
Updates documentation to reflect new destination directory structure. F…
Browse files Browse the repository at this point in the history
…ixes #1104, closes #1105
  • Loading branch information
nnposter committed Jan 13, 2018
1 parent da0c861 commit 88631b5
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions scripts/http-fetch.nse
Expand Up @@ -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
-- <table key="Successfully Downloaded">
-- <elem>http://nmap.org:80/ as /tmp/mirror/index.html</elem>
-- <elem>http://nmap.org/shared/css/insecdb.css as /tmp/mirror/shared/css/insecdb.css</elem>
-- <elem>http://nmap.org/movies/ as /tmp/mirror/movies/index.html</elem>
-- <elem>http://nmap.org/book/man.html as /tmp/mirror/book/man.html</elem>
-- <elem>http://scanme.nmap.org:80/ as /tmp/mirror/45.33.32.156/80/index.html</elem>
-- <elem>http://scanme.nmap.org/shared/css/insecdb.css as /tmp/mirror/45.33.32.156/80/shared/css/insecdb.css</elem>
-- </table>
-- <elem key="result">Successfully Downloaded Everything At: /tmp/mirror/45.33.32.156/80/</elem>

author = "Gyanendra Mishra"

Expand Down

0 comments on commit 88631b5

Please sign in to comment.