Skip to content

Commit

Permalink
Merge pull request #1 from kylincodelab/kylincodelab-patch-1
Browse files Browse the repository at this point in the history
解决随机长度过短容易误报问题
  • Loading branch information
kylincodelab authored May 26, 2022
2 parents 257ac8a + 2efd0f9 commit 0cbaa27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pocs/ruijie-eweb-rce-cnvd-2021-09650.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: poc-yaml-ruijie-eweb-rce-cnvd-2021-09650
manual: true
transport: http
set:
r1: randomLowercase(4)
r2: randomLowercase(4)
r1: randomLowercase(8)
r2: randomLowercase(8)
phpcode: >
"<?php echo '" + r1 + "'; unlink(__FILE__); ?>"
Expand Down

0 comments on commit 0cbaa27

Please sign in to comment.