25 lines
481 B
YAML
25 lines
481 B
YAML
id: operations-automation-default-page
|
|
|
|
info:
|
|
name: Operations Automation Default Page
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.title:"Operations Automation Default Page"
|
|
tags: tech,default
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Operations Automation Default Page</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|