mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Adds http-trane-info.nse to obtain information from Trane Tracer SC controller and connected devices. Submitted by Pedro Joaquin on the mailing list
This commit is contained in:
parent
260d009ad2
commit
6550ea9d7a
3 changed files with 170 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ Entry { filename = "http-title.nse", categories = { "default", "discovery", "saf
|
|||
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-trane-info.nse", categories = { "discovery", "safe", "version", } }
|
||||
Entry { filename = "http-unsafe-output-escaping.nse", categories = { "discovery", "intrusive", } }
|
||||
Entry { filename = "http-useragent-tester.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "http-userdir-enum.nse", categories = { "auth", "intrusive", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue