Nmap Development mailing list archives

Re: Re: Error when running nmap


From: Jo Avaran <avaran () bluemail ch>
Date: Sat, 1 Nov 2014 13:31:53 +0000 (GMT+00:00)

Hi Dan

nmap --script http-virustotal 
--script-args='http-virustotal.apikey="b315ef2a2bae16915a6cf187844b4686301314a148e5d380616a16246ffd8c30",http-virustotal.checksum="c22a25b289141e13d8fa8af"'
 
but still the same error. Hence I found out that on Ubuntu it is working fine but not on Windows :-\


----Ursprüngliche Nachricht----
Von : bonsaiviking () gmail com
Datum : 01/11/2014 - 13:58 (GMT)
An : avaran () bluemail ch
Cc : dev () nmap org
Betreff : Re: Error when running nmap

Jo,

Thanks for pointing this out. Our documentation was incorrect on this
script; the script-args should all be prepended with the name of the
script. Here's your updated example:

nmap --script http-virustotal
--script-args='http-virustotal.apikey="example",http-virustotal.checksum="12345"'

Dan

_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: