Create microsoft-runtime-error.yaml

patch-12
Dhiyaneshwaran 2024-10-06 12:46:35 +05:30 committed by GitHub
parent dae5155d07
commit 22bbc0c077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: microsoft-runtime-error
info:
name: Microsoft Runtime Error Page
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
vendor: microsoft
shodan-query: title:"Runtime Error"
tags: iis,error,microsoft,log
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Runtime Error</title>"
- type: status
status:
- 500
- 404