36 lines
821 B
YAML
36 lines
821 B
YAML
id: truenas-panel
|
|
|
|
info:
|
|
name: TrueNAS Panel - Detect
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
TrueNAS scale is a free and open-source NAS solution
|
|
reference:
|
|
- https://www.truenas.com
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"TrueNAS"
|
|
tags: login,panel,truenas
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/ui/sessions/signin"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "'TrueNAS'"
|
|
- "assets/images/TrueNAS"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022072d4ef3e745e61f7b60d19ad7f5da1ed51be64df108b7be98a59c0512b46a819022100893138d8e4a05a888784f8cf06f612e6a05bd8b302e2f0492a875f4ae86415d0:922c64590222798bb761d5b6d8e72950
|