2021-01-06 18:01:08 +00:00
|
|
|
id: trace-axd-detect
|
2021-01-06 11:33:13 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: ASP.NET Trace.AXD Information Leak
|
|
|
|
author: dhiyaneshDK
|
|
|
|
severity: low
|
|
|
|
reference: https://www.rapid7.com/db/vulnerabilities/spider-asp-dot-net-trace-axd/
|
2021-05-07 10:38:22 +00:00
|
|
|
tags: logs,asp,exposure
|
2021-01-06 11:33:13 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/Trace.axd"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-01-06 18:03:15 +00:00
|
|
|
- '<td><h1>Application Trace</h1></td>'
|
2021-01-06 11:33:13 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2021-01-06 18:03:15 +00:00
|
|
|
- 200
|