nuclei-templates/exposed-panels/contao-login-panel.yaml

30 lines
515 B
YAML

id: contao-login-panel
info:
name: Contao Login Panel
author: princechaddha
severity: info
metadata:
verified: true
shodan-query: http.html:"Contao Open Source CMS"
tags: panel,contao
requests:
- method: GET
path:
- "{{BaseURL}}/contao/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Contao Open Source CMS"
- "<h1>Login</h1>"
condition: and
- type: status
status:
- 200