Advertisement
Ribang

Bypass CloudFlare [ gethostbyname ]

Feb 2nd, 2018
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. <form method="POST">
  2. <title>Bypass CloudFlare</title>
  3. <center>
  4. </head>
  5. <body>
  6. <p align="center" dir="ltr"><b><font size="5" face="Tahoma">Bypass
  7. <font color="#F68B1F">CloudFlare</font> !</font></b></p>
  8. <select name="krz">
  9. <option>ftp</option>
  10. <option>direct-conntect</option>
  11. <option>webmail</option>
  12. <option>cpanel</option>
  13. </select>
  14. <input type="text" name="target" value="url">
  15. <input type="submit" value="Bypass">
  16. <?
  17. /*
  18. * [~] Coded By : Dr.KroOoZ
  19. * [~] Fixed Bt : DameneDz
  20. * [~] Homepage : www.sec4ever.com
  21. * [~] Greets To : b0x - n4ss1m - DamaneDz - Asmar - No-QRQR
  22. * [~] MyBlog : www.drkroooz.wordpress.com
  23. * [~] Function : i using [ gethostbyname ] fucntion :D
  24. */
  25. $target = $_POST['target'];
  26. # Bypass From FTP
  27. if($_POST['krz'] == "ftp") {
  28. $ftp = gethostbyname("ftp."."$target");
  29. if(intval($ftp)){
  30. echo "<br><p align='center' dir='ltr'><font face='Tahoma' size='2' color='#000000'>Correct
  31. ip is : </font><font face='Tahoma' size='2' color='#F68B1F'>$ftp</font></p>";
  32. }
  33. }
  34. # Bypass From Direct-Connect
  35. if($_POST['krz'] == "direct-conntect") {
  36. $direct = gethostbyname("direct-connect."."$target");
  37. if(intval($direct)){
  38. echo "<br><p align='center' dir='ltr'><font face='Tahoma' size='2' color='#000000'>Correct
  39. ip is : </font><font face='Tahoma' size='2' color='#F68B1F'>$direct</font></p>";
  40. }
  41. }
  42. # Bypass From Webmail
  43. if($_POST['krz'] == "webmail") {
  44. $web = gethostbyname("webmail."."$target");
  45. if(intval($web)){
  46. echo "<br><p align='center' dir='ltr'><font face='Tahoma' size='2' color='#000000'>Correct
  47. ip is : </font><font face='Tahoma' size='2' color='#F68B1F'>$web</font></p>";
  48. }
  49. }
  50. # Bypass From Cpanel
  51. if($_POST['krz'] == "cpanel") {
  52. $cpanel = gethostbyname("cpanel."."$target");
  53. if(intval($cpanel)){
  54. echo "<br><p align='center' dir='ltr'><font face='Tahoma' size='2' color='#000000'>Correct
  55. ip is : </font><font face='Tahoma' size='2' color='#F68B1F'>$cpanel</font></p>";
  56. }
  57. }
  58. ?>
  59. <p align="center" dir="ltr"><b><font face="Tahoma" size="2">Coded By :
  60. <font color="#CC0000">Dr.KroOoZ</font> |<font color="#CC0000"> </font>
  61. <a href="http://www.sec4ever.com" style="text-decoration: none">
  62. <font color="#F68B1F">www.sec4ever.com</font><font color="#CC0000"> </font><font color="#000000">|</font><font color="#CC0000">
  63. </font></a></font></b></p>
  64. <p align="center" dir="ltr"><b><font face="Tahoma" size="2" color="#000000">Greets To</font><font face="Tahoma" size="2" color="#CC0000">
  65. : b0x - n4ss1m - DamaneDz - AsMar&nbsp; - No-QRQR </font>
  66. <font face="Tahoma" size="2" color="#000000">!</font></b></p>
  67. </center>
  68. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement