Open In App

CloudFail – Unmask/Bypass CloudFlare Security in Kali Linux

Improve
Improve
Like Article
Like
Save
Share
Report

CloudFail is a free and open-source tool available on GitHub. CloudFail is a tactical reconnaissance tool. There are some websites that are protected by Cloudflare security. It’s hard to find information about such websites but now impossible. By using CloudFail tool we can get enough information about the target domain which is protected by Cloudflare security. CloudFail is a tool that helps to unmask CloudFlare by providing the actual IP of the server. According to the developers, CloudFail has 3 phases.

Features of CloudFail tool :

  • CloudFail check in Crimeflare.com to perform tactical reconnaissance.
  • CloudFail check in DNSDumpster.com to lookup for IP-address.
  • CloudFail Performs a brute force with more than 2500 subdomains for reconnaissance.

CloudFail - Unmask/Bypass CloudFlare security

Installation of CloudFail:

Step 1. Open your Kali Linux and move to the Desktop directory using the following command.

command : cd Desktop

CloudFail - Unmask/Bypass CloudFlare security

Step 2. Create a new directory here and name it cloudfail.  

command : mkdir cloudfail

Step 3. Move to the directory that you have created using the following command.

command : cd cloudfail 

Step 4. Now you are in the cloudfail directory. You have to clone the tool here in this directory using the following command.

command : git clone https://github.com/m0rtem/CloudFail

CloudFail - Unmask/Bypass CloudFlare security

Step 5. The tool has been downloaded in the cloudfail directory. To list out the content of the tool use following command.

command : ls

CloudFail - Unmask/Bypass CloudFlare security

Step 6. You can see that a new directory is found after listing out the contents. Now move to this directory using the following command.

command : cd CloudFail

CloudFail - Unmask/Bypass CloudFlare security

Step 7. Now you are under CloudFail directory. You have to list out the contents of the tool using the following command.

command : ls

Step 8. Give permission to the python files of the tools using the following command.

command : chmod +x cloudfail.py

Step 9. Now you have to install all the requirements that are used by the tool using the following command.

command : pip3 install -r requirements.txt

Step 10. All the requirements have been downloaded into the tool. Now, this is the time to run the tool. To run the tool use the following command. First, we will check for help by the tool. 

command : python3 cloudfail.py --help

Step 11. The tool is running and now uses the following command to update dependencies of the CloudFail tool.

command : python3 cloudfail.py -u

All the dependencies has been updated. Now you can set the target and run the tool. Now lets see some examples how you can bypass cloudflare security.

Example. By using CloudFail tool scan techchip.com

command : python3 cloudfail.py -t techchip.com 


Last Updated : 20 Apr, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads