mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
removed .exe, added info to Changelog
This commit is contained in:
parent
afdedbbcbc
commit
f747ad8084
3 changed files with 8 additions and 2 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 ("/").
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue