From 9f34a2977824e70aee15757378f407f258dff20a Mon Sep 17 00:00:00 2001 From: dmiller Date: Sat, 1 Nov 2014 12:57:32 +0000 Subject: [PATCH] Correct script-args docs for http-virustotal --- scripts/http-virustotal.nse | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/http-virustotal.nse b/scripts/http-virustotal.nse index 4e1d8c201..4a4635e69 100644 --- a/scripts/http-virustotal.nse +++ b/scripts/http-virustotal.nse @@ -24,7 +24,7 @@ where status of the queued file may be checked. --- -- @usage --- nmap --script http-virustotal --script-args='apikey="",checksum="275a021bbfb6489e54d471899f7db9d1663fc695ec2fe2a2c4538aabf651fd0f"' +-- nmap --script http-virustotal --script-args='http-virustotal.apikey="",http-virustotal.checksum="275a021bbfb6489e54d471899f7db9d1663fc695ec2fe2a2c4538aabf651fd0f"' -- -- @output -- 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 -- |_ VirusBuster EICAR_test_file 20120404 14.2.11.0 -- --- @args 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.apikey an API key acquired from the virustotal web page +-- @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) --- @args 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.filename the full path of the file to checksum or upload +-- @args http-virustotal.checksum a SHA1, SHA256, MD5 checksum of a file to check --