Create error-processing.yaml
parent
0c2506acb1
commit
be24688a48
|
@ -0,0 +1,23 @@
|
|||
id: error-processing
|
||||
|
||||
info:
|
||||
name: Error Occurred While Processing Request
|
||||
author: dhiyaneshDK
|
||||
severity: low
|
||||
reference: https://www.exploit-db.com/ghdb/6115
|
||||
tags: exposures,misconfig,logs
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Error Occurred While Processing Request</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 500
|
Loading…
Reference in New Issue