saatanaperkele / cloud-buster

A CloudFlare resolver that works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloudflare-resolver

A security tool that aim at doing the following

  • Check if domains or ips are part of the CloudFlare network
  • Scan domains for know vulnerabilities that allow to find ip
  • Dictionary scan subdomains to find ips outside of CF network

Examples

  • python3 lists/update.py
  • python3 bust mydomain.com
  • python3 bust mydomain.com --scan crimeflare
  • python3 bust mydomain.com --scan subdomains mx
  • python3 bust mydomain.com --scan subdomains --sub www www2 ftp direct
  • python3 bust mydomain.com --dept normal
  • python3 bust domainlist.txt (with any other options)
  • python3 bust mydomain.com --dept full

Using domain lists

Use a text file with one domain per line, nothing else

Updating lists

CrimeFlare DB is updated every two weeks, the GitHub repo might not be up to date with the latest list. You should use the update tool to get the latests lists.

Tested OSes

  • Debian
  • Ubuntu
  • Arch
  • Void
  • Parabola

How to use (Ubuntu)

How to use (Debian)

How to use (Void)

How to use (Arch and Parabola)

  • pacman -Sy python python-pip

About

A CloudFlare resolver that works

License:GNU General Public License v3.0


Languages

Language:Python 100.0%