nmap
Last updated
Was this helpful?
Last updated
Was this helpful?
This makes a new directory nmap to serve nmap static files from and uses recursive wget to transfer it.
On Kali
mkdir nmap; cd nmap/; unzip ../nmap.zip; python3 -m http.server 80
On Target
wget --recursive --no-parent -R "index.html*" IP/
-R
: rejects download for index.html