Advertisement
Omnipotent

CloudFlare Tips & Secrets?

Nov 10th, 2015
738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. Just wanted to give out some information about CloudFlare and Tips.
  2.  
  3. 1. CloudFlare Supports These Ports: 2052, 2053, 2082, 2083, 2086, 2087, 2095, 2096, 8080, 8443, 8880
  4. This means if you have a TCP based app such as a websocket, it can be proxied by cloudflare a good example is discordapp.com
  5.  
  6. 2. CloudFlare leaks your Website's Backend Ip via mx headers.
  7. Using http://api.predator.wtf/cfresolve/?arguments=(domain) replacing (domain) with a website's domain will give you the IP.
  8.  
  9. 3. CloudFlare has a page on your website for developers to check your caching time e.t.c
  10. You can see this by adding /cdn-cgi/cl/img.gif to a domain on cloudflare, i.e: http://raid.lol/cdn-cgi/cl/img.gif
  11.  
  12. 4. CloudFlare has an exploit on it's on system letting people bypass the layer 7 protection (Wait 5 Seconds).
  13. This one you will need to contact me at tech[at]raid.lol to find out as it is a bypass.
  14.  
  15. 5. CloudFlare's protection against Layer 7, the same as number 4 can be "bypassed" / emulated.
  16. You can do this by visiting the website passing the wait 5 seconds and then saving your cookies and use it to flood a website.
  17.  
  18. 6. CloudFlare can be embed with your minecraft server without giving your server's IP Out using their SRV record system.
  19. I.e:Service: _minecraft / Protocol: _tcp / Name: (subdomain) / Priority: 0 / Weight: 0 / Port: (server port -25565) / IP of Server.
  20.  
  21. 7. CloudFlare's protection can be enhanced by blacklisting all IPs on your server other than CloudFlare Server's Ip.
  22. Find all their IP Ranges here: https://www.cloudflare.com/ips/
  23.  
  24. Thanks for Reading,
  25. Share <3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement