nuclei-templates/vulnerabilities/other/unauth-hoteldruid-panel.yaml

29 lines
719 B
YAML

id: unauth-hoteldruid-panel
info:
name: Unauthenticated Hoteldruid Panel
author: princechaddha
severity: high
description: A vulnerability in Hoteldruid Panel allows remote unauthenticated users access to the management portal without authentication.
reference: https://www.hoteldruid.com/
tags: hoteldruid,panel,unauth
requests:
- method: GET
path:
- "{{BaseURL}}/hoteldruid/inizio.php"
- "{{BaseURL}}/inizio.php"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<title> HotelDruid </title>"
- "<b>INSERT:</b>"
- "<b>TABLES:</b>"
condition: and