Aluf

CloudFlare Bypass

Jan 23rd, 2015
805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.54 KB | None | 0 0
  1.     <form method="POST">
  2.     <title> 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.     $target = $_POST['target'];
  19.     # Bypass From FTP
  20.   if($_POST['krz'] == "ftp") {
  21.     $ftp = gethostbyname("ftp."."$target");
  22.         if(intval($ftp)){
  23.     echo "<br><p align='center' dir='ltr'><font face='Tahoma' size='2' color='#000000'>Correct
  24.   ip is : </font><font face='Tahoma' size='2' color='#F68B1F'>$ftp</font></p>";
  25.     }
  26.         }
  27.     # Bypass From Direct-Connect
  28.   if($_POST['krz'] == "direct-conntect") {
  29.     $direct = gethostbyname("direct-connect."."$target");
  30.         if(intval($direct)){
  31.     echo "<br><p align='center' dir='ltr'><font face='Tahoma' size='2' color='#000000'>Correct
  32.   ip is : </font><font face='Tahoma' size='2' color='#F68B1F'>$direct</font></p>";
  33.     }
  34.         }
  35.     # Bypass From Webmail
  36.   if($_POST['krz'] == "webmail") {
  37.     $web = gethostbyname("webmail."."$target");
  38.         if(intval($web)){
  39.     echo "<br><p align='center' dir='ltr'><font face='Tahoma' size='2' color='#000000'>Correct
  40.   ip is : </font><font face='Tahoma' size='2' color='#F68B1F'>$web</font></p>";
  41.     }
  42.         }
  43.     # Bypass From Cpanel
  44.   if($_POST['krz'] == "cpanel") {
  45.     $cpanel = gethostbyname("cpanel."."$target");
  46.         if(intval($cpanel)){
  47.     echo "<br><p align='center' dir='ltr'><font face='Tahoma' size='2' color='#000000'>Correct
  48.   ip is : </font><font face='Tahoma' size='2' color='#F68B1F'>$cpanel</font></p>";
  49.     }
  50.         }
  51.     ?>
  52.     <p align="center" dir="ltr"><b><font face="Tahoma" size="2"> By :
  53.     <font color="#CC0000">Aluf</font> |<font color="#CC0000"> </font>
  54.     <a href="http://www.sec4ever.com" style="text-decoration: none">
  55.     <font color="#F68B1F"></font><font color="#CC0000"> </font><font color="#000000">|</font><font color="#CC0000">
  56.     </font></a></font></b></p>
  57.     <p align="center" dir="ltr"><b><font face="Tahoma" size="2" color="#000000">Greets To</font><font face="Tahoma" size="2" color="#CC0000">
  58.     :No-QRQR </font>
  59.     <font face="Tahoma" size="2" color="#000000">!</font></b></p>
  60.     </center>
  61.     </form>
Advertisement
Add Comment
Please, Sign In to add comment