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

34 lines
811 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
2021-01-02 04:05:29 +00:00
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
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
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