Add files via upload

patch-1
Dhiyaneshwaran 2021-01-06 17:03:13 +05:30 committed by GitHub
parent 349b541a57
commit 5b86caa168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -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