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

@ -1,5 +1,11 @@
# Nmap Changelog ($Id$); -*-text-*-
o [NSE] Added http-frontpage-login script which tries to detect anonymous
login vulnerability in Frontpage Extensions. [Aleksandar Nikolic]
o [NSE] Added dns-nsec3-enum script which which abuses NSEC3 to enumerate
all domains on a DNS server. [Aleksandar Nikolic]
o [NSE] Added the script http-waf-fingerprint which tries to detect the presence of
a web application firewall and its type and version. [Hani Benhabiles]

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 ("/").