Create dont-panic-traceback.yaml
parent
902d692314
commit
fb74f6aab2
|
@ -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
|
Loading…
Reference in New Issue