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

33 lines
568 B
YAML
Raw Normal View History

id: phpcollab-panel
2021-07-27 10:00:12 +00:00
info:
name: PhpCollab Login Panel
2021-07-27 10:00:12 +00:00
author: pikpikcu
severity: info
metadata:
shodan-query: http.title:"PhpCollab"
tags: panel,phpcollab,login
2021-07-27 10:00:12 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/general/login.php"
matchers-condition: and
2021-07-27 10:00:12 +00:00
matchers:
- type: word
2021-07-27 10:00:12 +00:00
part: body
words:
2021-07-27 10:00:12 +00:00
- '<title>PhpCollab</title>'
- type: status
status:
- 200
2021-07-27 10:00:12 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- '<p id="footer">(.*)</p>'