Add files via upload
parent
349b541a57
commit
5b86caa168
|
@ -0,0 +1,24 @@
|
||||||
|
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/
|
||||||
|
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/Trace.axd"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- <td><h1>Application Trace</h1></td>
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue