34 lines
829 B
YAML
34 lines
829 B
YAML
id: snipe-it-installer
|
|
|
|
info:
|
|
name: Snipe-IT Setup Page - Exposure
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
Detects exposed Snipe-IT Setup page.
|
|
reference:
|
|
- https://snipeitapp.com/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"Snipe-IT Setup"
|
|
tags: misconfig,install,exposure,snipe-it
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/setup"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Snipe-IT Setup"
|
|
- "Create Admin User"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a0046304402207a3b4baa4a918064800581dcaff661d882f28a67664025f3e136be3ee66a483c02201bb5a2fcba8eecf549d033d9a21eff12e0c39818f512ba9b7ecb543528686116:922c64590222798bb761d5b6d8e72950 |