Forrest logo
tool overview
On this page you find all important commands for the CLI tool sublist3r. If the command you are looking for is missing please ask our AI.

sublist3r

Sublist3r is a versatile command line tool used for enumerating subdomains. It helps in gathering information about subdomains associated with a given domain name. Utilizing various search engines such as Google, Yahoo, Bing, Ask, and more, it retrieves a list of subdomains related to the target domain.

This tool is particularly useful for security professionals during penetration testing and bug bounty hunting, as it provides a comprehensive list of subdomains that could potentially be exploited. It aids in identifying potential attack vectors and security vulnerabilities.

Sublist3r offers several features like brute forcing mode, which can be used to discover hidden subdomains by generating permutations and combinations of domain names. It also supports subdomain detection using DNS queries and DNS zone transfers.

The tool is written in Python and is open source, allowing for collaboration and continuous improvement from the security community. It can be easily installed and run on various operating systems, including Windows, macOS, and Linux.

Sublist3r allows users to save the obtained subdomain results in various formats for further analysis, such as CSV, JSON, and TXT. This flexibility enables easy integration with other security tools.

It supports multithreading, which accelerates the subdomain enumeration process by performing multiple queries simultaneously. This significantly reduces the time required to gather subdomain information.

Additionally, Sublist3r provides an option to find subdomains that have been hijacked or taken over. This feature can be valuable in determining any potential security risks associated with these subdomains.

Overall, Sublist3r is a powerful and efficient command line tool that aids in reconnaissance and enumerating subdomains, providing security professionals with valuable information to enhance the overall security posture of a domain.

List of commands for sublist3r:

  • sublist3r:tldr:46bb8 sublist3r: Find subdomains for a domain, also enabling brute force search.
    $ sublist3r --domain ${domain_name} --bruteforce
    try on your machine
    explain this command
  • sublist3r:tldr:4c7da sublist3r: Output all available options.
    $ sublist3r --help
    try on your machine
    explain this command
  • sublist3r:tldr:b4987 sublist3r: Find subdomains for a domain.
    $ sublist3r --domain ${domain_name}
    try on your machine
    explain this command
  • sublist3r:tldr:cbf15 sublist3r: Save the found subdomains to a text file.
    $ sublist3r --domain ${domain_name} --output ${path-to-output_file}
    try on your machine
    explain this command
tool overview