Tomcat Exposed - Detect
ID: tomcat-exposed
Severity: info
Author: Podalirius,righettod
Tags: tomcat,panel,apache,detect
Description
Section titled “Description”An Apache Tomcat instance was detected.
YAML Source
Section titled “YAML Source”id: tomcat-exposed
info: name: Tomcat Exposed - Detect author: Podalirius,righettod severity: info description: An Apache Tomcat instance was detected. classification: cpe: cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:* metadata: max-request: 1 verified: true vendor: apache product: tomcat shodan-query: - title:"Apache Tomcat" - http.title:"apache tomcat" - http.html:"apache tomcat" - cpe:"cpe:2.3:a:apache:tomcat" fofa-query: - body="apache tomcat" - title="apache tomcat" google-query: intitle:"apache tomcat" tags: tomcat,panel,apache,detect
http: - method: GET path: - '{{BaseURL}}/host-manager/html' - '{{BaseURL}}/manager/status' - '{{BaseURL}}/manager/html' - '{{BaseURL}}/docs/' - '{{BaseURL}}/examples/'
stop-at-first-match: true matchers: - type: dsl dsl: - 'status_code == 200 || status_code == 401' - 'contains_any(to_lower(body), "apache tomcat", "tomcat-users.xml")' condition: and
extractors: - type: regex part: body group: 1 regex: - 'Version\s+([0-9.]+),' - '(?i)/lib/([a-z0-9.]+)/webapps' - '(?i)<h3>Apache\s+Tomcat/([0-9.]+)'# digest: 4a0a0047304502200d6ad74fdead72cd23f8d6e469b476be6deda514c8230e32a940491cecba11ca0221008680d051936d0012bf5e4b5e6bf018ee756a4b2e52dfa382ee45ef7a69f6d637:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/tomcat/tomcat-exposed.yaml"