29 lines
698 B
YAML
29 lines
698 B
YAML
id: trace-axd-detect
|
|
|
|
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/
|
|
metadata:
|
|
max-request: 1
|
|
tags: logs,asp,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/Trace.axd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<td><h1>Application Trace</h1></td>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a004730450220563e4efb80724e765de59e3025cd8d4bcdb4186a7d7ac3570f7e469b1452cd18022100b4db366039da509cbb6307c85cda2ad12583de46ec828aca08fa600d7c31a998:922c64590222798bb761d5b6d8e72950
|