A modular tool that scans for subdomains passively.
- Certificate scanner
-cIdentifies subdomains that are associated with unexpired SSL certificates. - DNS Brute
-dSpecify a wordlist to query DNS resolvers. Careful not to get rate limited.
Edit config.py to specify target domain and wordlist location.
python ninja.py [options]
-c,--certscanActivates the certscanner module-d,--dnsbruteActives the DNS brute module