Kyfx

Bypass Cloudfare subdomain

May 15th, 2015
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. <?php
  2. print_r("\r\n\r\n_________ _______ _______ _______ _______
  3. \__ __/( ____ \ ( ____ \( ____ \( ____ \
  4. ) ( | ( \/ | ( \/| ( \/| ( \/
  5. | | | (_____ _____ | (_____ | (__ | |
  6. | | (_____ )(_____)(_____ )| __) | |
  7. | | ) | ) || ( | |
  8. ___) (___/\____) | /\____) || (____/\| (____/\
  9. \_______/\_______) \_______)(_______/(_______/\
  10. [+]-------------------------------------------[+]
  11. [+] Coder By : Lov3rDns [+]
  12. [+] Title : Bypass CloudFlare Subdomain [+]
  13. [+] Group : x3 [+]
  14. [+] Homepage : is-sec.com - Groupx3.org [+]
  15. [+] 4U : Mr.Dm4r - xSecurity - System [+]
  16. [+]-------------------------------------------[+]
  17. [*] Usage : php {$argv[0]} website\r\n\r\n");
  18. @set_time_limit(0);
  19. if(count($argv)<2)
  20. {
  21. }
  22. $x3 = $argv[1];
  23. $lover = @file_get_contents("http://alexa.com/siteinfo/$x3");
  24. preg_match_all("#<td class='' ><span class='word-wrap'>(.*?)</span></td>#i",$lover,$dir);
  25. foreach($dir[1] as $dns)
  26. {
  27. echo $dns."\n\r";
  28. echo gethostbyname($dns)."\r\n";
  29. }
  30.  
  31. print_r("\r\n\r\n
  32. [+]-----------------------------------------------------------------[+]
  33. Bypass CloudFlare
  34. Coder By Lov3rDns
  35. www.lov3rphp.wordpress.com
  36. ./x3
  37.  
  38. [+]-----------------------------------------------------------------[+]
  39. ");
  40. ?>
Add Comment
Please, Sign In to add comment