mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Create operations-automation-default-page.yaml
This commit is contained in:
23
technologies/operations-automation-default-page.yaml
Normal file
23
technologies/operations-automation-default-page.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
id: operations-automation-default-page
|
||||
|
||||
info:
|
||||
name: Operations Automation Default Page
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
reference: https://www.shodan.io/search?query=http.title%3A%22ClearPass+Policy+Manager+-+Aruba+Networks%22
|
||||
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
|
||||
Reference in New Issue
Block a user