Create microsoft-runtime-error.yaml
parent
dae5155d07
commit
22bbc0c077
|
@ -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
|
Loading…
Reference in New Issue