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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user