logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

altdns - Subdomain discovery through alterations and permutations

Author

       Altdns Project https://github.com/infosec-au/altdns/

       Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> Created this

ALTDNS 1.0.2                                        JAN 2024                                           ALTDNS(1)

Description

altdns - is a package containing a DNS reconnaissance tool that allows
       discovery of subdomains that conform to patterns. Altdns takes in words that
       could be present in subdomains under a domain (such as test, dev, staging) as
       well as takes in a list of subdomains that you know of.

Examples

altdns-isubdomains.txt-odata_output-wwords.txt-r-sresults_output.txt

Name

altdns - Subdomain discovery through alterations and permutations

Options

options:

             -h, --help
                      show this help message and exit

             -i INPUT, --input INPUT
                      List of subdomains input

             -o OUTPUT, --output OUTPUT
                      Output location for altered subdomains

             -w WORDLIST, --wordlist WORDLIST
                      List of words to alter the subdomains with

             -r, --resolve
                       Resolve all altered subdomains

             -n, --add-number-suffix
                       Add number suffix to every domain (0-9)

             -e, --ignore-existing
                       Ignore existing domains in file

             -d DNSSERVER, --dnsserver DNSSERVER
                        IP address of resolver to use (overrides system default)

             -s SAVE, --save SAVE
                        File to save resolved altered subdomains to

             -t THREADS, --threads THREADS
                        Amount of threads to run simultaneously

See Also

       Take a look at /usr/share/doc/altdns/README.md, for information on how to use.

Synopsis

altdns [POSITION] [argument]

Usage

       usage:  altdns  [[-h]-iINPUT-oOUTPUT[-wWORDLIST][-r][-n][-e][-dDNSSERVER][-sSAVE][-tTHREADS]]

See Also