mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Add ipv6-ra-flood script by Adam Števko.
http://seclists.org/nmap-dev/2012/q2/250 https://bitbucket.org/xenol/nse-scripts/raw/6d3ad48e6251/ipv6-ra-flood.nse
This commit is contained in:
parent
7e5c9a8914
commit
00cc96ba95
3 changed files with 163 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ Entry { filename = "ip-geolocation-ipinfodb.nse", categories = { "discovery", "e
|
|||
Entry { filename = "ip-geolocation-maxmind.nse", categories = { "discovery", "external", "safe", } }
|
||||
Entry { filename = "ipidseq.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "ipv6-node-info.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "ipv6-ra-flood.nse", categories = { "dos", "intrusive", } }
|
||||
Entry { filename = "irc-botnet-channels.nse", categories = { "discovery", "safe", "vuln", } }
|
||||
Entry { filename = "irc-brute.nse", categories = { "brute", "intrusive", } }
|
||||
Entry { filename = "irc-info.nse", categories = { "default", "discovery", "safe", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue