Enumeration

Cloudmare: Cloudflare real IP catcher

Cloudmare is a simple tool to find origin servers of websites protected by CloudFlare with a misconfiguration DNS.

Cloudmare

Setup

  1. Clone the repository
$ git clone https://github.com/MrH0wl/Cloudmare.git
  1. Install the dependencies
$ cd cloudmare
$ pip install -r requirements.txt
  1. Run Cloudmare (see Usage below for more detail)
$ python cloudmare.py target.site -s

Usage

$ python cloudmare.py --help
  ____ _                 _ __  __                
 / ___| | ___  _   _  __| |  /  | __ _ _ __ ___ 
| |   | |/ _ | | | |/ _` | |/| |/ _` | '__/ _                   
| |___| | (_) | |_| | (_| | |  | | (_| | | |  __/
 ____|_|___/ __,_|__,_|_|  |_|__,_|_|  ___|
	
 ================================================
 ||                  Secmare                   ||
 ||            twitter.com/secmare             ||
 ||                   v1.4                     ||
 ================================================
	
usage: Cloudmare.py [-h] [-v] -s [domain]

positional arguments:
  [domain]         The domain to scan

OPTIONS:
  -h, --help       show this help message and exit
  -v, --version    show program's version number and exit
  -s, --subdomain  Scan for subdomain
  -ns, --nameserver Scan using your obtained NameServer


Example: python Cloudmare.py [DOMAIN] -s

To Top

Pin It on Pinterest

Share This