Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.36 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.36 KB

What is Subreaker?


Subreaker is a passive information gathering tool. Subdomains can be scanned at the information gathering stage in web pentesting and it can be used for black-box pentesting which generally encompasses bug bounty hunting. examples

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

image

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.