Forrest logo
back to context overview

sublist3r

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
back to context overview