mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Added few aditional credentials to http-default-accounts fingerprints
This commit is contained in:
parent
98a68b7407
commit
ba5a79acdc
1 changed files with 5 additions and 1 deletions
|
|
@ -85,7 +85,11 @@ table.insert(fingerprints, {
|
|||
},
|
||||
login_combos = {
|
||||
{username = "tomcat", password = "tomcat"},
|
||||
{username = "admin", password = "admin"}
|
||||
{username = "admin", password = "admin"},
|
||||
-- http://cve.mitre.org/cgi-bin/cvename.cgi?name=2009-4189
|
||||
{username = "ovwebusr", password = "OvW*busr1"},
|
||||
-- http://cve.mitre.org/cgi-bin/cvename.cgi?name=2009-4188
|
||||
{username = "j2deployer", password = "j2deployer"}
|
||||
},
|
||||
login_check = function (host, port, path, user, pass)
|
||||
return try_http_basic_login(host, port, path, user, pass)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue