Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 474 Bytes

readme.md

File metadata and controls

21 lines (12 loc) · 474 Bytes

sdfinder

sdfinder is a very basic subdomain finder tool. It lists exact matches and redirected subdomains. Developed for understand bash basics

Usage

./main.sh -d <domain_name> -w <word_list>

You must provide a word list file because the tool doesn't.

Example Outputs

HTTP Status 200

Found: mail.google.com

HTPP Status 30X

Redirected: mail.google.com

Thanks to Ertan Sözer for advice and helps