
Cloudmare is a simple tool to find origin servers of websites protected by CloudFlare with a misconfiguration DNS.
Cloudmare
Setup
- Clone the repository
$ git clone https://github.com/MrH0wl/Cloudmare.git
- Install the dependencies
$ cd cloudmare
$ pip install -r requirements.txt
- 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