mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Adds Tomcat credentials from a documentation example. Closes #1464
This commit is contained in:
parent
8d43706208
commit
483909fcec
1 changed files with 2 additions and 0 deletions
|
|
@ -404,6 +404,8 @@ table.insert(fingerprints, {
|
|||
{username = "admin", password = ""},
|
||||
-- https://github.com/seshendra/vagrant-ubuntu-tomcat7/
|
||||
{username = "admin", password = "tomcat"},
|
||||
-- https://github.com/apache/tomcat/blob/2b8f9665dbfb89c78878784cd9b63d2b976ba623/webapps/manager/WEB-INF/jsp/403.jsp#L66
|
||||
{username = "tomcat", password = "s3cret"},
|
||||
-- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2010-4094
|
||||
{username = "ADMIN", password = "ADMIN"},
|
||||
-- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2009-4189
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue