Nmap –script-args usage?
I’m trying to use multiple Nmap –script-args at the same time.
$ nmap -vv -p80,443 –script http-errors –script-args “httpspider.url=/,httpspider.maxpagecount=3,httpspider.maxdepth=1” website.com
I tried encasing the arg… Continue reading Nmap –script-args usage?