mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Adds http-tplink-dir-traversal.nse in the "exploit" and "vuln" category: NSE to exploit a path traversal vulnerability in the web administration panel of several TP-Link routers.
This commit is contained in:
parent
469e6ca5ca
commit
783825f087
2 changed files with 156 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ Entry { filename = "http-robtex-shared-ns.nse", categories = { "discovery", "ext
|
|||
Entry { filename = "http-sitemap-generator.nse", categories = { "discovery", "intrusive", } }
|
||||
Entry { filename = "http-sql-injection.nse", categories = { "intrusive", "vuln", } }
|
||||
Entry { filename = "http-title.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "http-tplink-dir-traversal.nse", categories = { "exploit", "vuln", } }
|
||||
Entry { filename = "http-trace.nse", categories = { "discovery", "safe", "vuln", } }
|
||||
Entry { filename = "http-traceroute.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "http-unsafe-output-escaping.nse", categories = { "discovery", "intrusive", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue