Forrest logo
back to context overview

subfinder

List of commands for subfinder:

  • subfinder:tldr:0f11a subfinder: Remove wildcard subdomains.
    $ subfinder -nW -d ${example-com}
    try on your machine
    explain this command
  • subfinder:tldr:113e2 subfinder: Find subdomains for a specific domain.
    $ subfinder -d ${example-com}
    try on your machine
    explain this command
  • subfinder:tldr:69ef2 subfinder: Use a brute-force attack to find subdomains.
    $ subfinder -d ${example-com} -b
    try on your machine
    explain this command
  • subfinder:tldr:77f00 subfinder: Use a given comma-separated list of resolvers.
    $ subfinder -r ${8-8-8-8},${1-1-1-1} -d ${example-com}
    try on your machine
    explain this command
  • subfinder:tldr:93f34 subfinder: Show only the subdomains found.
    $ subfinder --silent -d ${example-com}
    try on your machine
    explain this command
back to context overview