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

32 lines
960 B
YAML
Raw Normal View History

2021-11-14 10:14:04 +00:00
id: ampps-admin-panel
info:
name: AMPPS Admin Login Panel
author: Kamran Saifullah - Frog Man, @github.com/deFr0ggy
severity: info
tags: panel, ampps
requests:
- method: GET
path:
- "{{BaseURL}/ampps-admin/"
- "{{BaseURL}}/ampps-admin/index.php"
- "{{BaseURL}}/ampps-admin/index.php?act=login"
- "{{BaseURL}}/ampps-admin/index.php?act=login&sa=fpass"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- '<meta name="keywords" content="softaculous, software, Webuzo" />'
- '<link rel="shortcut icon" href="enduser/themes/default/images/ampps/favicon.ico" />'
- '<title>Login</title>'
- '<input type="text" name="username" autofocus="on" class="form-control" value="root" readonly id="username" placeholder="Username">'
part: body
condition: or
- type: status
status:
- 200