mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
o Added UPnP-info NSE script by Thomas Buchanan. It gathers
information from the UPnP service (UDP port 1900) which listens on many network devices such as routers, printers, and networked media players.
This commit is contained in:
parent
2cf283480f
commit
980d9ddd8d
3 changed files with 161 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ Entry{ category = "safe", filename = "SNMPsysdesr.nse" }
|
|||
Entry{ category = "vulnerability", filename = "SQLInject.nse" }
|
||||
Entry{ category = "intrusive", filename = "SSHv1-support.nse" }
|
||||
Entry{ category = "intrusive", filename = "SSLv2-support.nse" }
|
||||
Entry{ category = "safe", filename = "UPnP-info.nse" }
|
||||
Entry{ category = "intrusive", filename = "anonFTP.nse" }
|
||||
Entry{ category = "intrusive", filename = "bruteTelnet.nse" }
|
||||
Entry{ category = "demo", filename = "chargenTest.nse" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue