commit
130c134a80
|
@ -0,0 +1,26 @@
|
|||
id: actifio-panel
|
||||
|
||||
info:
|
||||
name: Actifio Resource Center - Panel
|
||||
author: Splint3r7
|
||||
severity: info
|
||||
description: |
|
||||
Actifio Resource Center was detected.
|
||||
classification:
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Actifio Resource Center"
|
||||
tags: panel,actifio,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "<title>Actifio Resource Center")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
|
@ -0,0 +1,30 @@
|
|||
id: adapt-panel
|
||||
|
||||
info:
|
||||
name: Adapt Authoring Tool - Panel
|
||||
author: Splint3r7
|
||||
severity: info
|
||||
description: |
|
||||
Login panel for adapt was detected.
|
||||
classification:
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Adapt authoring tool"
|
||||
verified: true
|
||||
tags: panel,adapt,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "<title>Adapt authoring tool</title>")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
|
@ -0,0 +1,30 @@
|
|||
id: aethra-panel
|
||||
|
||||
info:
|
||||
name: Aethra Telecommunications Login - Panel
|
||||
author: Splint3r7
|
||||
severity: info
|
||||
description: |
|
||||
Aethra Telecommunication login Panel was detected.
|
||||
classification:
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Aethra Telecommunications Operating System"
|
||||
verified: true
|
||||
tags: panel,aethra,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "<title>Aethra Telecommunications Operating System")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
|
@ -0,0 +1,27 @@
|
|||
id: deepmail-panel
|
||||
|
||||
info:
|
||||
name: Advanced eMail Solution DEEPMail - Panel
|
||||
author: Splint3r7
|
||||
severity: info
|
||||
description: |
|
||||
Advanced eMail Solution DEEPMail login panel was detected.
|
||||
classification:
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Advanced eMail Solution DEEPMail"
|
||||
verified: true
|
||||
tags: panel,deepmail,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "Advanced eMail Solution DEEPMail</title>")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
|
@ -0,0 +1,26 @@
|
|||
id: quest-panel
|
||||
|
||||
info:
|
||||
name: Quest Modem Configuration Login - Panel
|
||||
author: Splint3r7
|
||||
severity: info
|
||||
description: |
|
||||
Quest Modem Configuration login Panel was detected.
|
||||
classification:
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Advanced Setup - Security - Admin User Name & Password"
|
||||
tags: panel,quest,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/cgi-bin/webcm?getpage=../html/login.html"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "<title>Advanced Setup - Security - Admin User Name & Password</title>")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
Loading…
Reference in New Issue