2024-02-21 18:35:29 +00:00
|
|
|
id: linshare-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: LinShare Login Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: LinShare login panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://www.linshare.org/
|
|
|
|
- https://github.com/linagora/linshare
|
|
|
|
metadata:
|
2024-06-07 10:04:29 +00:00
|
|
|
verified: true
|
2024-03-04 08:20:22 +00:00
|
|
|
max-request: 3
|
2024-03-26 08:03:04 +00:00
|
|
|
shodan-query: http.title:"LinShare"
|
2024-02-21 18:35:29 +00:00
|
|
|
tags: panel,linshare,login,detect
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
- "{{BaseURL}}/login"
|
|
|
|
- "{{BaseURL}}/new/login"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2024-02-23 12:26:11 +00:00
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
2024-02-21 18:35:29 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
2024-02-23 12:26:11 +00:00
|
|
|
- 'contains_any(body, "<title>LinShare", "x-ng-app=\"linshareAdminApp")'
|
2024-02-21 18:35:29 +00:00
|
|
|
condition: and
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 4a0a004730450220009b68922b5f4bee494724850faffe89af3164b2ce6490581856af6e5078405e0221009d8a5c7296d8a503bf6abe8c5df9363b11baad8ba9a52326758abb36de2579b6:922c64590222798bb761d5b6d8e72950
|