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

20 lines
392 B
YAML
Raw Normal View History

2021-10-30 11:17:35 +00:00
id: default-asp-net-page
2021-05-30 18:02:06 +00:00
info:
name: ASP.Net Test Page
author: dhiyaneshDk
2021-05-31 04:51:03 +00:00
severity: info
tags: tech,asp
2021-05-30 18:02:06 +00:00
reference: https://www.shodan.io/search?query=http.title%3A%22Home+Page+-+My+ASP.NET+Application%22
requests:
- method: GET
path:
- '{{BaseURL}}'
2021-10-30 11:17:35 +00:00
2021-05-30 18:02:06 +00:00
matchers:
- type: word
2021-10-30 11:17:35 +00:00
part: body
2021-05-30 18:02:06 +00:00
words:
- "Home Page - My ASP.NET Application"