Create error-processing.yaml

patch-1
Dhiyaneshwaran 2021-09-14 21:49:36 +05:30 committed by GitHub
parent 0c2506acb1
commit be24688a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -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