logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Find Subdomains - Enumerate Subdomains with Sublist3r | Online Free DevTools by Hexmos

Find subdomains efficiently with Sublist3r. Discover and enumerate subdomains for penetration testing, enhancing your security assessments. Free online tool, no registration required.

sublist3r

Fast subdomains enumeration tool for penetration testers. More information: https://github.com/aboul3la/Sublist3r.

  • Find subdomains for a domain:

sublist3r --domain {{domain_name}}

  • Find subdomains for a domain, also enabling brute force search:

sublist3r --domain {{domain_name}} --bruteforce

  • Save the found subdomains to a text file:

sublist3r --domain {{domain_name}} --output {{path/to/output_file}}

  • Display help:

sublist3r --help