aspx-debug-mode: ASP.NET Debugging Enabled

2026-08-18 ASP.NET PoC Public

Description

No description available.

PoC

id: aspx-debug-mode

info:
  name: ASP.NET Debugging Enabled
  author: dhiyaneshDk
  severity: medium
  reference:
    - https://portswigger.net/kb/issues/00100800_asp-net-debugging-enabled
  metadata:
    max-request: 1
  tags: debug,misconfig,vuln

http:
  - raw:
      - |
        DEBUG /Foobar-debug.aspx HTTP/1.1
        Host: {{Hostname}}
        Command: stop-debug
        Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
        Content-Length: 2

    matchers:
      - type: dsl
        dsl:
          - 'len(body) == 2'
          - 'regex("^OK$", body)'
          - 'status_code == 200'
        condition: and
# digest: 4a0a004730450220495c228f5f203960a1c8bb922f923c742ff707c99254e5e319f791d2f48ed3a5022100d394dfbdcd0e5596f39cc17fc2ac1631cb41cae4858c35fea503c51714b18f61:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

Related Vulnerabilities