📖
Pentest Book by n3t_hunt3r
  • XSS Filter Evasion and WAF Bypassing Tactics
  • Cloud Pentesting
  • AWS Security Testing
  • Azure Pentesting
  • GCP Pentesting
  • Web Application Pentesting
    • XSS <Cross Site Scripting>
      • PDF Injection <XSS>
      • DOM XSS
      • Server Side XSS <Dynamic PDF>
      • XSS Tools
    • SSRF <Server Side Request Forgery>
    • Open Redirect Vulnerability
    • Command Injection
    • File Upload
    • Rate Limit Bypass Techniques
    • IDOR
    • Web Cache Poisoning /Web Cache Deception
    • CSRF <Cross Site Request Forgery>
    • XPATH injection
    • LDAP Injection
    • JWT Vulnerabilities <Json Web Tokens>
    • CORS - Misconfigurations & Bypass
    • Reset/Forgotten Password Bypass
    • CRLF (%0D%0A) Injection
    • Clickjacking
    • Hostile Domain/Subdomain takeover
    • Server Side Inclusion/Edge Side Inclusion Injection
    • HTTP Request Smuggling / HTTP Desync Attack
    • SAML Attacks
    • OAuth to Account takeover
    • Cross-site WebSocket hijacking (CSWSH)
    • Uncovering CloudFlare
    • Email Header Injection
    • Unicode Normalization vulnerability
    • Registration Vulnerabilities
    • Race Condition
Powered by GitBook
On this page

Was this helpful?

  1. Web Application Pentesting

Uncovering CloudFlare

PreviousCross-site WebSocket hijacking (CSWSH)NextEmail Header Injection

Last updated 3 years ago

Was this helpful?

Uncovering CloudFlare

Techniques to try to uncover web servers behind cloudflare:

  • Search for the domain inside

  • Search for the domain in

  • **** is a tool that will search using Censys certificates that contains the domain name, then it will search for IPv4s inside those certificates and finally it will try to access the web page in those IPs.

  • You can also use some service that gives you the historical DNS records of the domain. Maybe the web page is running on an IP address used before.

  • If you find a SSRF inside the web application you can abuse it to obtain the IP address of the server.

http://www.crimeflare.org:82/cfs.html
https://leaked.site/index.php?resolver/cloudflare.0/
CloudFlair