nuclei-templates/exposed-panels/itop-panel.yaml

27 lines
547 B
YAML
Raw Normal View History

id: itop-panel
info:
name: iTop Instance Detection Template
author: righettod
severity: info
description: Try to detect the presence of a Combodo iTop instance via the login page
tags: panel,itop
requests:
- method: GET
path:
- "{{BaseURL}}/pages/UI.php"
- "{{BaseURL}}/simple/pages/UI.php"
2021-07-02 09:40:40 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Welcome to iTop"
- "iTop login"
part: body
2021-07-02 09:40:40 +00:00
condition: or
- type: status
status:
- 200