nuclei-templates/http/misconfiguration/installer/combodo-itop-installer.yaml

34 lines
729 B
YAML
Raw Normal View History

2023-08-08 14:19:40 +00:00
id: combodo-itop-installer
info:
2023-08-08 17:14:59 +00:00
name: Combodo iTop Installer/Upgrade - Exposure
2023-08-08 14:19:40 +00:00
author: DhiyaneshDK
severity: high
reference:
- https://www.itophub.io/wiki/page?id=2_4_0:install:install_wizard
metadata:
max-request: 1
verified: true
shodan-query: html:"Installation" html:"itop"
tags: misconfig,itop,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/setup/wizard.php'
- '{{BaseURL}}/itop/setup/wizard.php'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "iTop Installation Wizard"
2023-08-08 17:14:59 +00:00
- "/setup.js"
condition: and
2023-08-08 14:19:40 +00:00
- type: status
status:
- 200