Merge pull request #11115 from Splint3r7/main

Multiple login panel templates
patch-14
Ritik Chaddha 2024-11-07 11:25:46 +05:30 committed by GitHub
commit 130c134a80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 139 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 &amp; 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 &amp; Password</title>")'
- 'status_code == 200'
condition: and