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