nuclei-templates/misconfiguration/aspx-debug-mode.yaml

33 lines
688 B
YAML
Raw Normal View History

2021-01-02 04:05:29 +00:00
id: aspx-debug-mode
2021-01-01 16:59:30 +00:00
info:
name: ASP.NET Debugging Enabled
author: dhiyaneshDk
severity: info
reference:
- https://portswigger.net/kb/issues/00100800_asp-net-debugging-enabled
2021-03-12 08:57:14 +00:00
tags: debug
2021-01-01 16:59:30 +00:00
requests:
2021-01-01 17:07:18 +00:00
- raw:
2021-01-01 18:27:50 +00:00
- |
2021-01-02 04:05:29 +00:00
DEBUG /Foobar-debug.aspx HTTP/1.1
2021-01-01 16:59:30 +00:00
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
2021-01-02 04:05:29 +00:00
- type: word
words:
2021-01-02 06:14:28 +00:00
- 'Content-Length: 2'
part: header