-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

amass enum


> Find subdomains of a domain.

More information.


Passively find subdomains of a domain:

amass enum -passive -d {domain_name}

Find subdomains of a domain and actively verify them attempting to resolve the found subdomains:

amass enum -active -d {domain_name} -p {80,443,8080}

Do a brute force search for subdomains:

amass enum -brute -d {domain_name}

Save the results to a text file:

amass enum -o {output_file} -d {domain_name}

Save the results to a database:

amass enum -o {output_file} -dir {path/to/database_directory}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 14:55:12 2024