Skip to content
This repository was archived by the owner on Jul 1, 2019. It is now read-only.

Releases: SageHack/cloud-buster

Better output and autoupdate

30 Mar 15:20

Choose a tag to compare

New feature:

  • Dependencies are now auto managed and downloaded as required

Improvements:

  • Nyan logo is now colored and looks a bit better
  • General output has been reworked for better readability

Crimeflare optimization/fixes + other

29 Mar 09:25
729302c

Choose a tag to compare

Crimeflare related changes

  • Removed hosts from Crimeflare DB which are not hosted behind Cloudflare anymore
  • Moved the DB to it's folder and added filtering scripts there
  • Update.py no longer download the latest Crimeflare DB since it's never update
  • The DB is loaded into memory on first use to prevent re-read for each target
  • Fixed a bug where only the first IP in the DB would be scanned

Other

  • Small code changes for other CDN/WAF upcoming support
  • Other small code fixes, readability changes, etc

Matching engines improvements + other

27 Mar 11:10

Choose a tag to compare

Major update

Completely rewritten the matching engine.

  • use http status code and reason to discard invalid match
  • use HTML as a fall back to missing <title> tag
  • support similar matches ratio (permit match with small differences)
  • better code for future improvement
  • the html tag parser is now a reusable component

Bugfixes

  • app crash on some target match
  • subdomain ignore --sub argument
  • some output is not flushed immediately

Improvments

  • code readability
  • removed --scan panel (see #19)

v1.2 - dnsdumpster + bugfixes

24 Mar 11:02

Choose a tag to compare

New feature

Improvments/bugfixes

  • Prevent crashes when scanning IPv6 addresses for a match
  • Randomize User-Agent to prevent "smart WAF" blocking

Version 1.1 - Major bugfixes and improvements

23 Mar 11:00

Choose a tag to compare

Bugfixes

  • Matching engine now follows redirect on detected IPs
  • Matching engine supports invalid SSL certificates
  • Hitting CTRL+C now properly stop execution
  • Output register correctly when piping in terminal

Improvements

  • Added some shiny stuff
  • Better execution output
  • Skip scanning MX records hosted outside of the scanned host
  • Scan result output is now be easily parsable