2021-11-14 09:53:02 +00:00
|
|
|
id: ampps-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: AMPPS Login Panel
|
2021-11-17 17:25:11 +00:00
|
|
|
author: deFr0ggy
|
2021-11-14 09:53:02 +00:00
|
|
|
severity: info
|
2021-11-17 09:04:43 +00:00
|
|
|
tags: panel,ampps
|
2021-11-14 09:53:02 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/ampps/index.php?act=login"
|
|
|
|
|
|
|
|
redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2021-11-17 09:04:43 +00:00
|
|
|
part: body
|
2021-11-14 09:53:02 +00:00
|
|
|
words:
|
2021-11-17 09:04:43 +00:00
|
|
|
- '<a href="http://www.ampps.com">'
|
2021-11-14 09:53:02 +00:00
|
|
|
- '<title>Login</title>'
|
2021-11-17 09:04:43 +00:00
|
|
|
- 'themes/default/images/ampps/favicon.ico'
|
|
|
|
condition: and
|
2021-11-14 09:53:02 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2021-11-14 10:02:37 +00:00
|
|
|
- 200
|
2021-11-17 09:04:43 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'mpps\.com">Powered By FREE ([A-Z 0-9.]+)<\/a>'
|