Create dont-panic-traceback.yaml

patch-4
Ritik Chaddha 2024-06-02 11:54:19 +05:30 committed by GitHub
parent 902d692314
commit fb74f6aab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: dont-panic-traceback
info:
name: DON'T PANIC Traceback
author: ritikchaddha
severity: low
description: DON'T PANIC Traceback was detected.
metadata:
max-request: 1
verified: true
shodan-query: title:"Debugger"
tags: traceback,dont-panic,misconfig
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: body
words:
- "most recent call last"
- "Traceback"
- "DON'T PANIC"
condition: and
case-insensitive: true