nuclei-templates/exposed-panels/issabel-login.yaml

28 lines
483 B
YAML

id: issabel-login
info:
name: Issabel Login Panel
author: pikpikcu
severity: info
metadata:
fofa-query: title="Issabel"
tags: issabel,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<a href="http://www.issabel.org"'
- '<title>Issabel - Login page</title>'
condition: or
- type: status
status:
- 200