1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 01:49:03 +00:00

Add http-dlink-backdoor script that detects DLink routers with firmware

backdoor allowing admin access over HTTP interface.
This commit is contained in:
patrik
2013-10-17 23:41:12 +00:00
parent 3945c287e9
commit e97a5b9d5a
3 changed files with 75 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ Entry { filename = "http-csrf.nse", categories = { "exploit", "intrusive", "vuln
Entry { filename = "http-date.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-default-accounts.nse", categories = { "auth", "discovery", "safe", } }
Entry { filename = "http-devframework.nse", categories = { "discovery", "intrusive", } }
Entry { filename = "http-dlink-backdoor.nse", categories = { "exploit", "vuln", } }
Entry { filename = "http-dombased-xss.nse", categories = { "exploit", "intrusive", "vuln", } }
Entry { filename = "http-domino-enum-passwords.nse", categories = { "auth", "intrusive", } }
Entry { filename = "http-drupal-enum-users.nse", categories = { "discovery", "intrusive", } }