Create default-asp.net-page.yaml
parent
fd70e35b77
commit
ec54441e0e
|
@ -0,0 +1,18 @@
|
|||
id: default-asp.net-page
|
||||
|
||||
info:
|
||||
name: ASP.Net Test Page
|
||||
author: dhiyaneshDk
|
||||
severity: low
|
||||
tags: default,exposure
|
||||
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
|
||||
words:
|
||||
- "Home Page - My ASP.NET Application"
|
||||
condition: and
|
Loading…
Reference in New Issue