mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +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:
parent
3945c287e9
commit
e97a5b9d5a
3 changed files with 75 additions and 0 deletions
|
|
@ -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", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue