1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Add NSEdoc signal '---' to some scripts

This commit is contained in:
dmiller
2015-11-17 19:12:03 +00:00
parent 2eca808281
commit fa2527fd34
5 changed files with 5 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ References:
* http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271
]]
---
-- @usage
-- nmap -sV -p- --script http-shellshock <target>
-- nmap -sV -p- --script http-shellshock --script-args uri=/cgi-bin/bin,cmd=ls <target>