Added Apache Tomcat Strack Trace Detection Template
parent
602c67635d
commit
e3022f6170
|
@ -0,0 +1,23 @@
|
|||
id: tomcat-stacktraces
|
||||
info:
|
||||
name: Tomcat Stack Traces Enabled
|
||||
author: lucky0x0d, PulseSecurity.co.nz
|
||||
severity: info
|
||||
description: |
|
||||
Check to see if Tomcat stack traces are enabled using a known bad path
|
||||
metadata:
|
||||
max-request: 1
|
||||
tags: tech,tomcat,apache
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/?f=\['
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(tolower(body), "tomcat")'
|
||||
- 'contains(tolower(body), "org.apache")'
|
||||
- status_code == 400
|
||||
condition: and
|
Loading…
Reference in New Issue