diff --git a/http/exposed-panels/tomcat/tomcat-exposed-docs.yaml b/http/exposed-panels/tomcat/tomcat-exposed-docs.yaml deleted file mode 100644 index 25b13ed8eb..0000000000 --- a/http/exposed-panels/tomcat/tomcat-exposed-docs.yaml +++ /dev/null @@ -1,46 +0,0 @@ -id: tomcat-exposed-docs - -info: - name: Tomcat exposed docs - author: Podalirius - severity: info - classification: - cpe: cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:* - metadata: - max-request: 1 - 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: version,tomcat,docs,panel,apache - -http: - - method: GET - path: - - '{{BaseURL}}/docs/' - - matchers-condition: and - matchers: - - type: word - words: - - 'Apache Tomcat' - condition: and - - - type: status - status: - - 200 - - extractors: - - type: regex - part: body - group: 1 - regex: - - '
[ \n\t]*(Version[ \n\t]*[^\n\t<]+)[ \n\t]*Apache\s+Tomcat/([0-9.]+)'