nmap
Important nmap-scripts
static binary build
ernw/static-toolbox/nmap-v7.91SVN
without unzip capability
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 forindex.html
Last updated