nuclei-templates/technologies/default-asp-net-page.yaml

20 lines
392 B
YAML

id: default-asp-net-page
info:
name: ASP.Net Test Page
author: dhiyaneshDk
severity: info
tags: tech,asp
reference: https://www.shodan.io/search?query=http.title%3A%22Home+Page+-+My+ASP.NET+Application%22
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
part: body
words:
- "Home Page - My ASP.NET Application"