commit
3481653f24
|
@ -0,0 +1,25 @@
|
|||
id: cisco-ace-device-manager
|
||||
|
||||
info:
|
||||
name: ACE 4710 Device Manager
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: panel,cisco
|
||||
metadata:
|
||||
shodan: 'html:"ACE 4710 Device Manager"'
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/index.vm"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>ACE 4710 DM - Login</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,25 @@
|
|||
id: cisco-edge-340
|
||||
|
||||
info:
|
||||
name: Cisco Edge 340
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: panel,cisco
|
||||
metadata:
|
||||
shodan: 'http.title:"Cisco Edge 340"'
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/auth/?next=%2F"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Cisco Edge 340</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,25 @@
|
|||
id: cisco-secure-cn
|
||||
|
||||
info:
|
||||
name: Cisco Secure CN
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: panel,cisco
|
||||
metadata:
|
||||
shodan: 'http.title:"Cisco Secure CN"'
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Cisco Secure CN</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,25 @@
|
|||
id: cisco-systems-login
|
||||
|
||||
info:
|
||||
name: Cisco Systems Login
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: panel,cisco
|
||||
metadata:
|
||||
shodan: 'http.title:"Cisco Systems Login"'
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<TITLE>Cisco Systems Login</TITLE>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,25 @@
|
|||
id: cisco-telepresence
|
||||
|
||||
info:
|
||||
name: Cisco Telepresence
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: panel,cisco
|
||||
metadata:
|
||||
shodan: 'http.title:"Cisco Telepresence"'
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login.html"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Cisco TelePresence MCU - login:</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue