Snipe-IT Setup Page - Exposure
ID: snipe-it-installer
Severity: high
Author: DhiyaneshDK
Tags: misconfig,install,exposure,snipe-it
Description
Section titled “Description”Detects exposed Snipe-IT Setup page.
YAML Source
Section titled “YAML Source”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/ classification: cpe: cpe:2.3:a:snipeitapp:snipe-it:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: snipeitapp product: snipe-it 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: 4b0a00483046022100c7488d6cc329eb5f32cb3f63359229dd167b8335b8970fc1506a6a8072b28c090221008d133d44203b18129b3b9ea5ae279882de9ca5abb67be1fffc4c4d6694b2ff97:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/installer/snipe-it-installer.yaml"