Skip to content

DON'T PANIC Traceback

ID: dont-panic-traceback

Severity: low

Author: ritikchaddha

Tags: traceback,dont-panic,misconfig

DON’T PANIC Traceback was detected.

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

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/dont-panic-traceback.yaml"

View on Github