Skip to content

ASP.Net Test Page

ID: default-asp-net-page

Severity: info

Author: dhiyaneshDk

Tags: tech,asp

id: default-asp-net-page
info:
name: ASP.Net Test Page
author: dhiyaneshDk
severity: info
metadata:
max-request: 1
shodan-query: http.title:"Home Page - My ASP.NET Application"
tags: tech,asp
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
part: body
words:
- "Home Page - My ASP.NET Application"
# digest: 4b0a00483046022100fd75fb9d0bc768c05a97932f9a05377caee7671799a403e484bef11a4c05d52e022100cd7b660a874f9929a6ae77b2a7c2d3c2d3f62ce82915bb1670fdaeb561fdb9fa: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/technologies/default-asp-net-page.yaml"

View on Github