1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +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:
fyodor
2008-01-10 22:12:11 +00:00
parent 2cf283480f
commit 980d9ddd8d
3 changed files with 161 additions and 0 deletions

View File

@@ -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" }