1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Adds Tomcat credentials from a documentation example. Closes #1464

This commit is contained in:
nnposter
2019-02-06 20:10:06 +00:00
parent 8d43706208
commit 483909fcec

View File

@@ -404,6 +404,8 @@ table.insert(fingerprints, {
{username = "admin", password = ""}, {username = "admin", password = ""},
-- https://github.com/seshendra/vagrant-ubuntu-tomcat7/ -- https://github.com/seshendra/vagrant-ubuntu-tomcat7/
{username = "admin", password = "tomcat"}, {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 -- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2010-4094
{username = "ADMIN", password = "ADMIN"}, {username = "ADMIN", password = "ADMIN"},
-- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2009-4189 -- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2009-4189