Dnstwist
No description available
Install / Use
/learn @grrygh/DnstwistREADME
What is this?
Generate a list of potential phishing domains in a single file blocklist.txt which can be used by Pi-Hole.
How it works?
A script generator contributed by @jinjie, takes the seed domain(s) and pass through a twisting process which output a long list of potential phishing domains using name manupulation techqnies.
Example, facebook.com (original) possible phishing domain could be fabebook.com using bitsquatting technique.
The Twisting technique
A Python script created by @elceef, capable of generating hundreds or thosands of possible phishing domains based on the technique of Addition, Bitsquatting, Homoglyph, Omission, Subdomain and Vowel-Swap.
Commands used
dnstwist -f csv <domain.com> | sed '1d' | grep -v '^original' | cut -d "," -f 2 > output_file
This generate all possible phishing domains and store it to an output file.
sed '1d'
This filter remove the header line.
grep -v '^original'
This filter remove the original domain name.
cut -d "," -f 2
This filter show the second column of the output text.
Usage
What are the files
seed_domains.txt - This is where you put in the original seed domain(s).
archived_domains.txt - A list of seeded domains for reference.
blocklist_txt - List of potential phishing domains.
How to use
You can either folk this repo, install dnstwist from @elceef and generate blocklist from your own seed domains or simply use my blocklist.txt in your Pi-Hole.
Related Skills
node-connect
352.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
