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

41 lines
813 B
YAML
Raw Normal View History

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
description: An AMPPS login panel was detected.
classification:
cwe-id: CWE-200
tags: panel,ampps,login
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>'
# Enhanced by mp on 2022/03/16