Advertisement
Damane-Dz

CloudFlare IP ByPasser PHP Version

Oct 17th, 2012
955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.15 KB | None | 0 0
  1. <?php
  2. echo '
  3. <center>
  4. <html>
  5. <div align="center" class="banner">CloudFlare IP ByPasser PHP Version</div>
  6. <p align="center">&nbsp;</p>
  7. <img border="0" src="http://profile.ak.fbcdn.net/hprofile-ak-snc4/370365_100003795511051_561161049_n.jpg"</p>
  8. <title>CloudFlare IP ByPasser By Damane2011 (PHP Version)</title>
  9. <link href="http://dz48-coders.org/indexi/pic/favicon.ico" type="image/x-icon" rel="shortcut icon" />
  10. <p align="center">&nbsp;</p>
  11. <p align="center">&nbsp;</p>
  12. <p align="center">&nbsp;</p>
  13. <form action="" method="GET">
  14. The URL : <input type="text" name="site"><input type="submit" value="ByPass">
  15. </form>
  16. <head>
  17. <center>
  18. <style>
  19. body{background-color:#111;color:#00ff00;}
  20. body,td,th{ font: 8pt Lucida,Tahoma;margin:0;vertical-align:top;color:#00ff00; }
  21. table.info{ color:#000;background-color:#222; }
  22. span,h1,a{ color: $color !important; }
  23. span{ font-weight: bolder; }
  24. h1{ border-left:7px solid $color;padding: 3px 5px;font: 14pt Verdana;background-color:#333;margin:0px; }
  25. div.content{ padding: 5px;margin-left:5px;background-color:#222; }
  26. a{ text-decoration:none; }
  27. a:hover{ text-decoration:underline; }
  28. .ml1{ border:1px solid #555;padding:5px;margin:0;overflow: auto; }
  29. .bigarea{ width:100%;height:300px; }
  30. #new,input,table,td,tr,#gg{border-style:solid;text-decoration:bold;}
  31. input,textarea,select{ margin:0;color:#999;background-color:#222;border:1px solid $color; font: 8pt Tahoma,"Tahoma"; }
  32. form{ margin:0px; }
  33. .banner {
  34.    font-size: 36px;
  35.    color: #FFFFFF;
  36.    background-color: #000000;
  37.    font-family: Georgia, "Times New Roman", Times, serif;
  38. }
  39. </style><head></center>
  40. <p align="center">&nbsp;</p>
  41. ';
  42. @set_time_limit(0);
  43.  
  44. if($_GET["site"]){
  45.  
  46. // Don't Use HTTP:// And WWW. If You Want And Delete This Shitting Codes :p
  47.  
  48. $site = @str_replace("http://","","$site");
  49. $site = @str_replace("www.","","$site");
  50.  
  51. // Sub List You Can Add New Ones Of Course ^_^
  52.  
  53. $subs = array('cpanel.', 'ftp.', 'mail.', 'smtp.', 'pop.', 'webmail.', 'www.', 'direct.',
  54. 'direct-connect.', 'record.', 'ssl.', 'dns.', 'help.', 'blog.', 'forum.', 'doc.', 'direct-connect-mail-');
  55.  
  56. // The Victim Site ^_^
  57.  
  58. echo '<center><a href="http://www.'.$site.'/">http://www.'.$site.'/</a></center><br>';
  59.  
  60. // Try Bypass With Subs :D
  61.  
  62. foreach ($subs as $sub){
  63. $ip = @gethostbyname($sub.$site);
  64. if(intval($ip)) // Some Times He Give You In The Rezult $subs.$site :( And This One Check If It's Integer (Number) :)
  65. {
  66. $whois = "http://whois.domaintools.com/$ip";
  67. $result = @file_get_contents($whois); // Get The Source From Whois :p
  68. if (eregi("Cloudflare",$result)){
  69. echo '<center>WHOIS: <a href="http://whois.domaintools.com/'.$ip.'">
  70. <font color="red">'.$ip.'</font></a>: >> The CloudFlare IP'; // If The Ip Is For CloudFlare Protection
  71. }else{
  72. echo '<center>WHOIS: <a href="http://whois.domaintools.com/'.$ip.'">
  73. <font color="red">'.$ip.'</font></a>: >> MayBe Is The Real IP'; // If The Else :p Not CloudFlare Ip ^_^
  74. }
  75. }
  76. }
  77. }
  78. ?>
  79. </table>
  80. <center><p align="center">&nbsp;</p>
  81. <p align="center">&nbsp;</p>
  82. <p align="center"><font color="#F6358A" size="4">By Damane2011(Damane-Dz@hotmail.cOm)</font><br><br>
  83. MaDe in AlGeria 2012 &copy</p>
  84. <p></center>
  85. </body>
  86. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement