New Templates (#3452)
* Create secure-login-panel.yaml * Create geo-webserver.yaml * Create hp-virtual-connect-manager.yaml * Create microsoft-azure-error.yaml * Create microsoft-iis-8.yaml * Create veeam-backup-azure-panel.yaml * Create user-control-panel.yamlpatch-1
parent
256a2f6489
commit
3e292cf21f
|
@ -0,0 +1,24 @@
|
|||
id: hp-virtual-connect-manager
|
||||
|
||||
info:
|
||||
name: HP Virtual Connect Manager
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: http.title:"HP Virtual Connect Manager"
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/html/index.html"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<title>HP Virtual Connect Manager</title>"
|
|
@ -0,0 +1,24 @@
|
|||
id: secure-login-panel
|
||||
|
||||
info:
|
||||
name: Secure Login Service Detector
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: http.title:"Secure Login Service"
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login/sls/auth"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Secure Login Service</title>"
|
|
@ -0,0 +1,24 @@
|
|||
id: user-control-panel
|
||||
|
||||
info:
|
||||
name: User Control Panel
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: title:"User Control Panel"
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<title>User Control Panel</title>"
|
|
@ -0,0 +1,24 @@
|
|||
id: veeam-backup-azure-panel
|
||||
|
||||
info:
|
||||
name: Veeam Backup for Microsoft Azure
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: title:"Veeam Backup for Microsoft Azure"
|
||||
tags: azure,panel,backup
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Veeam Backup for Microsoft Azure</title>"
|
|
@ -0,0 +1,24 @@
|
|||
id: microsoft-azure-error
|
||||
|
||||
info:
|
||||
name: Microsoft Azure Web App - Error 404
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: title:"Microsoft Azure Web App - Error 404"
|
||||
tags: error,azure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 404
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Microsoft Azure Web App - Error 404</title>"
|
|
@ -0,0 +1,24 @@
|
|||
id: geo-webserver
|
||||
|
||||
info:
|
||||
name: GeoWebServer Detector
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: http.title:"GeoWebServer"
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<TITLE>GeoWebServer</TITLE>"
|
|
@ -0,0 +1,24 @@
|
|||
id: microsoft-iis-8
|
||||
|
||||
info:
|
||||
name: Microsoft Internet Information Services 8
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: http.title:"Microsoft Internet Information Services 8"
|
||||
tags: tech,iis
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Microsoft Internet Information Services 8</title>"
|
Loading…
Reference in New Issue