Skip to content

ASP.NET Trace.AXD Information Leak

ID: trace-axd-detect

Severity: low

Author: dhiyaneshDK

Tags: logs,asp,exposure

ASP.NET Trace.AXD Information was exposed.

id: trace-axd-detect
info:
name: ASP.NET Trace.AXD Information Leak
author: dhiyaneshDK
severity: low
description: ASP.NET Trace.AXD Information was exposed.
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: 4a0a0047304502210087a9706d7cd5534c372add4ea003569cbbbe85fad8db0ae5f47f78fb5fea2b8d02207135e0b04d2be09f6bf238a0bdaf390d8b050438b0a9f15d3207be7c20920023:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/logs/trace-axd-detect.yaml"

View on Github