nuclei-templates/technologies/snipeit-panel.yaml

26 lines
415 B
YAML
Raw Normal View History

id: snipeit-panel
2022-02-23 16:38:05 +00:00
info:
name: Snipe-IT Panel Detect
2022-02-23 16:38:05 +00:00
author: pikpikcu
severity: info
metadata:
shodan-query: http.favicon.hash:431627549
tags: panel,snipeit
2022-02-23 16:38:05 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "window.snipeit"
2022-02-23 16:38:05 +00:00
- type: status
status:
- 200