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

Updates documentation to reflect new destination directory structure. Fixes #1104, closes #1105

This commit is contained in:
nnposter
2018-01-13 00:05:33 +00:00
parent da0c861299
commit 88631b5067

View File

@@ -47,18 +47,15 @@ The script supports three different use cases :
-- @output -- @output
-- | http-fetch: -- | http-fetch:
-- | Successfully Downloaded: -- | Successfully Downloaded:
-- | http://nmap.org:80/ as /tmp/mirror/index.html -- | http://scanme.nmap.org:80/ as /tmp/mirror/45.33.32.156/80/index.html
-- | http://nmap.org/shared/css/insecdb.css as /tmp/mirror/shared/css/insecdb.css -- |_ http://scanme.nmap.org/shared/css/insecdb.css as /tmp/mirror/45.33.32.156/80/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
--
-- --
-- @xmloutput
-- <table key="Successfully Downloaded"> -- <table key="Successfully Downloaded">
-- <elem>http://nmap.org:80/ as /tmp/mirror/index.html</elem> -- <elem>http://scanme.nmap.org:80/ as /tmp/mirror/45.33.32.156/80/index.html</elem>
-- <elem>http://nmap.org/shared/css/insecdb.css as /tmp/mirror/shared/css/insecdb.css</elem> -- <elem>http://scanme.nmap.org/shared/css/insecdb.css as /tmp/mirror/45.33.32.156/80/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>
-- </table> -- </table>
-- <elem key="result">Successfully Downloaded Everything At: /tmp/mirror/45.33.32.156/80/</elem>
author = "Gyanendra Mishra" author = "Gyanendra Mishra"