What is Subreaker?
Subreaker is an passive information gathering tool. With this tool, subdomains can be scanned at the information gathering stage in web pentesting. Can be used for black-box pentesting.(Created for Bug Bounty Hunters.)
How to install Subreaker?
Clone subreaker's repository from remote server
git clone https://github.com/heqmat/subreaker.git
How to use Subreaker?
python subreaker.py -h (Show all paramaters)
python subreaker.py -d [DOMAIN ADDRESS] (EXAMPLE: facebook.com,twitter.com)
python subreaker.py -d google.com (Example usage)
python subreaker.py -o (Save output)
python subreaker.py -d google.com -o google_subdomains.txt [Example usage with "-o" parameter.]
If you already installed setup.sh file you can write just like that.
subreaker -d kali.org
This program was written for kali linux. It has been tested and worked with windows OS. however, it can sometimes give errors or display complex subdomains.
Usage of Subreaker for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developer assume no liability and are not responsible for any misuse or damage caused by this program.