39 lines
922 B
YAML
39 lines
922 B
YAML
id: aspx-debug-mode
|
|
|
|
info:
|
|
name: ASP.NET Debugging Enabled
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
reference:
|
|
- https://portswigger.net/kb/issues/00100800_asp-net-debugging-enabled
|
|
metadata:
|
|
max-request: 1
|
|
tags: debug,misconfig
|
|
|
|
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-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- 'OK'
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- 'Content-Length: 2'
|
|
part: header
|
|
|
|
# digest: 4a0a00473045022100e7a32aaa7cff08a4dddee13a653b02f87f89517cf5265e21898c31c6f96f25a90220098bf55aeaca69565900838b0a9ea62c3669bf923e3d1a0ec98c7e6db27b77de:922c64590222798bb761d5b6d8e72950
|