1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 07:09:01 +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:
paulino
2017-09-24 06:21:21 +00:00
parent 260d009ad2
commit 6550ea9d7a
3 changed files with 170 additions and 0 deletions

View File

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