removed .exe, added info to Changelog

This commit is contained in:
aca 2012-06-12 20:33:34 +00:00
parent afdedbbcbc
commit f747ad8084
3 changed files with 8 additions and 2 deletions

View file

@ -44,7 +44,7 @@ References:
]]
---
-- @usage
--nmap.exe -sU -p 53 <target> --script=dns-nsec3-enum --script-args dns-nsec3-enum.domains=example.com
-- nmap -sU -p 53 <target> --script=dns-nsec3-enum --script-args dns-nsec3-enum.domains=example.com
---
-- @args dns-nsec3-enum.domains The domain or list of domains to
-- enumerate. If not provided, the script will make a guess based on the

View file

@ -16,7 +16,7 @@ remote user to login anonymously which may lead to server compromise.
---
-- @usage
-- nmap.exe <target> -p 80 --script=http-frontpage-login
-- nmap <target> -p 80 --script=http-frontpage-login
--
-- @args http-frontpage-login.path Path prefix to Frontpage directories. Defaults
-- to root ("/").