commit
e381a6eaa4
|
@ -0,0 +1,26 @@
|
|||
id: alamos-panel
|
||||
|
||||
info:
|
||||
name: Alamos GmbH Panel - Detect
|
||||
author: Splint3r7
|
||||
severity: info
|
||||
description: |
|
||||
Alamos GmbH panel was detected.
|
||||
classification:
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Alamos GmbH | FE2"
|
||||
tags: panel,alamos,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "<title>Alamos GmbH | FE2")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
|
@ -0,0 +1,26 @@
|
|||
id: alfresco-panel
|
||||
|
||||
info:
|
||||
name: Alfresco Content App Panel - Detect
|
||||
author: Splint3r7
|
||||
severity: info
|
||||
description: |
|
||||
Alfresco Content App panel was detected.
|
||||
classification:
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Alfresco Content App"
|
||||
tags: panel,alfresco,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "<title>Alfresco Content App")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
|
@ -0,0 +1,26 @@
|
|||
id: alternc-panel
|
||||
|
||||
info:
|
||||
name: AlternC Desktop Panel - Detect
|
||||
author: Splint3r7
|
||||
severity: info
|
||||
description: |
|
||||
AlternC Desktop panel was detected.
|
||||
classification:
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"AlternC Desktop"
|
||||
tags: panel,alternc,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "<title>AlternC Desktop")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
|
@ -0,0 +1,26 @@
|
|||
id: anmelden-panel
|
||||
|
||||
info:
|
||||
name: Anmelden | OPNsense Panel - Detect
|
||||
author: Splint3r7
|
||||
severity: info
|
||||
description: |
|
||||
Anmelden | OPNsense panel was detected.
|
||||
classification:
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Anmelden | OPNsense"
|
||||
tags: panel,anmelden,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "<title>Anmelden | OPNsense")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
|
@ -0,0 +1,26 @@
|
|||
id: amazon-ecs-defualt-page
|
||||
|
||||
info:
|
||||
name: Amazon ECS Sample App Default Page - Detect
|
||||
author: Splint3r7
|
||||
severity: info
|
||||
description: |
|
||||
Amazon ECS Sample App Default Page was detected.
|
||||
classification:
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Amazon ECS Sample App"
|
||||
tags: amazon,tech,default,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "<title>Amazon ECS Sample App")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
Loading…
Reference in New Issue