44 lines
1009 B
YAML
44 lines
1009 B
YAML
id: ampps-panel
|
|
|
|
info:
|
|
name: AMPPS Login Panel
|
|
author: deFr0ggy
|
|
severity: info
|
|
description: An AMPPS login panel was detected.
|
|
classification:
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: panel,ampps,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/ampps/index.php?act=login"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<a href="http://www.ampps.com">'
|
|
- '<title>Login</title>'
|
|
- 'themes/default/images/ampps/favicon.ico'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'mpps\.com">Powered By FREE ([A-Z 0-9.]+)<\/a>'
|
|
|
|
# digest: 4a0a00473045022072150aca2134d37979afa081d0477d385e2db1f83ad36a2aaf2002f4f54cc093022100ebcc378c56beb9decbe15d9fe3d9ec2ea35418384fe85a2f3755f43fbfb85654:922c64590222798bb761d5b6d8e72950
|