1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Correct script-args docs for http-virustotal

This commit is contained in:
dmiller
2014-11-01 12:57:32 +00:00
parent 80f18a2bc7
commit 9f34a29778

View File

@@ -24,7 +24,7 @@ where status of the queued file may be checked.
--- ---
-- @usage -- @usage
-- nmap --script http-virustotal --script-args='apikey="<key>",checksum="275a021bbfb6489e54d471899f7db9d1663fc695ec2fe2a2c4538aabf651fd0f"' -- nmap --script http-virustotal --script-args='http-virustotal.apikey="<key>",http-virustotal.checksum="275a021bbfb6489e54d471899f7db9d1663fc695ec2fe2a2c4538aabf651fd0f"'
-- --
-- @output -- @output
-- Pre-scan script results: -- Pre-scan script results:
@@ -81,11 +81,11 @@ where status of the queued file may be checked.
-- | ViRobot EICAR-test 20120405 2012.4.5.5025 -- | ViRobot EICAR-test 20120405 2012.4.5.5025
-- |_ VirusBuster EICAR_test_file 20120404 14.2.11.0 -- |_ VirusBuster EICAR_test_file 20120404 14.2.11.0
-- --
-- @args apikey an API key acquired from the virustotal web page -- @args http-virustotal.apikey an API key acquired from the virustotal web page
-- @args upload true if the file should be uploaded and scanned, false if a -- @args http-virustotal.upload true if the file should be uploaded and scanned, false if a
-- checksum should be calculated of the local file (default: false) -- checksum should be calculated of the local file (default: false)
-- @args filename the full path of the file to checksum or upload -- @args http-virustotal.filename the full path of the file to checksum or upload
-- @args checksum a SHA1, SHA256, MD5 checksum of a file to check -- @args http-virustotal.checksum a SHA1, SHA256, MD5 checksum of a file to check
-- --