diff --git a/http/misconfiguration/dont-panic-traceback.yaml b/http/misconfiguration/dont-panic-traceback.yaml new file mode 100644 index 0000000000..ef9b175207 --- /dev/null +++ b/http/misconfiguration/dont-panic-traceback.yaml @@ -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