Post

dnstwist

dnstwist

Installation

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# create folder
mkdir dnstwist

# create virtual env
python3 -m venv dnstwist

# enter virtualenv
source dnstwist/source/active

# install dnstwist
pip install dnstwist[full]

# optional: leave environment
deactivate

start searching

1
2
3
4
5
6
7
8
9
10
11
# searching for domain typos
dnstwist domain.de

# show only connected domains
dnstwist -r domain.de

# change output format
dnstwist domain.de -f csv

# export the result to csv
dnstwist -r domain.de --format csv --output dnstwist_domain-de.csv

source

This post is licensed under CC BY 4.0 by the author.