41 lines
836 B
YAML
41 lines
836 B
YAML
id: ampps-admin-panel
|
|
|
|
info:
|
|
name: AMPPS Admin Login Panel
|
|
author: deFr0ggy
|
|
severity: info
|
|
description: An AMPPS Admin login panel was detected.
|
|
classification:
|
|
cwe-id: CWE-200
|
|
tags: panel,ampps,login
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/ampps-admin/index.php?act=login"
|
|
|
|
redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<a href="http://www.ampps.com">'
|
|
- '<title>Login</title>'
|
|
- 'enduser/themes/default/js/universal.js'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'mpps\.com">Powered By FREE ([A-Z 0-9.]+)<\/a>'
|
|
|
|
# Enhanced by mp on 2022/03/16
|