Merge pull request #8578 from Lucky-Pulse/tomcat-stacktraces

Added Apache Tomcat Stack Trace Detection Template
patch-1
Dhiyaneshwaran 2023-11-11 23:10:14 +05:30 committed by GitHub
commit a28507cdfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: tomcat-stacktraces
info:
name: Tomcat Stack Traces Enabled
author: lucky0x0d
severity: info
description: |
Examine whether Tomcat stack traces are turned on by employing a designated problematic pattern.
metadata:
verified: true
shodan-query: title:"Apache Tomcat"
max-request: 1
tags: tech,tomcat,apache
http:
- method: GET
path:
- '{{BaseURL}}/?f=\['
matchers:
- type: dsl
dsl:
- 'contains(body, "tomcat")'
- 'contains(body, "org.apache")'
- status_code == 400
condition: and