DarkScout is a simple, nimble subdomain enumeration tool written in Rust language. It is designed to help bug bounty hunters, security professionals and penetration testers discover subdomains of a given target domain.
OSINT sources:
- Alienvault
- Anubis
- Crtsh
- Hackertarget
- Threatminer
$ ./darkscout -t hackthissite.org
$ ./darkscout -t hackthissite.org -o hackthesite.txt
$ git clone https://github.com/DarkSuite/DarkScout
$ cd darkscout
$ cargo build --release
$ cd target/release
$ ./darkscout -t hackthissite.org
$ ./darkscout -t facebook.com
www.m.facebook.com------------step1-----acc---verify.digi-worx.com
cpanel.the--facebook.com
mail.the--facebook.com
the--facebook.com
webdisk.the--facebook.com
webmail.the--facebook.com
www.the--facebook.com
proxygen_verifier.facebook.com
m.facebook.com-----------n.slickgt.com.br
www.m.facebook.com-----------n.slickgt.com.br
m.facebook.com---------terms-of-service.digi-worx.com
www.m.facebook.com---------terms-of-service.digi-worx.com
m.facebook.com----------step1---confirm.sorgu2.com
www.m.facebook.com----------step1---confirm.sorgu2.com
m.facebook.com------login---step1.akuevi.net
www.m.facebook.com------login---step1.akuevi.net
m.facebook.com-----validate---read---new---tos.yudumay.com
www.m.facebook.com-----validate---read---new---tos.yudumay.com
m.facebook.com----securelogin--confirm.wpthm.ir
www.m.facebook.com----securelogin--confirm.wpthm.ir
news--facebook.com
[email protected]
china--facebook.com
www.china--facebook.com
thefacebook.com
[darkscout]> Successfully scraped 11712 subdomains from facebook.com in 81.238776082s
- More passive sources for domain reconnaissance
- Builtwith API integration
- HTTP response code checks
- Improved exception handling
- IP validation
- URI parameter parsing
- DB integration via PostgreSQL
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
If you have a problem or a feature request, open an issue.