nuclei-templates/http/misconfiguration/installer/sabnzbd-installer.yaml

35 lines
756 B
YAML
Raw Normal View History

2024-04-23 12:45:59 +00:00
id: sabnzbd-installer
info:
2024-04-23 13:57:27 +00:00
name: SABnzbd Quick-Start Wizard - Exposure
2024-04-23 12:45:59 +00:00
author: DhiyaneshDk
severity: high
description: |
Default installation wizard page of SABnzbd was discovered.
reference:
- https://www.sabnzbd.org/
metadata:
verified: true
2024-04-23 13:57:27 +00:00
max-request: 2
shodan-query: html:"SABnzbd Quick-Start Wizard"
2024-04-23 12:45:59 +00:00
fofa-query: body="SABnzbd Quick-Start Wizard"
tags: sabnzbd,wizard,installer,misconfig
2024-04-23 12:47:54 +00:00
http:
2024-04-23 12:45:59 +00:00
- method: GET
path:
- "{{BaseURL}}/sabnzbd/wizard/"
2024-04-23 12:47:54 +00:00
- "{{BaseURL}}/wizard/"
2024-04-23 12:45:59 +00:00
2024-04-23 12:47:54 +00:00
stop-at-first-match: true
2024-04-23 12:45:59 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "SABnzbd Quick-Start Wizard"
- type: status
status:
- 200