Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ThunderDNS — This tool can forward TCP traffic over DNS protocol. Non-compile clients + socks5 support. | Kitploit
Tools/GitHubGitHub/fbkcs/thunderdns
Data ExfiltrationRed TeamingDNS Analysis
GitHubfbkcs/thunderdns

ThunderDNS

This tool can forward TCP traffic over DNS protocol. Non-compile clients + socks5 support.

View Repository
411626 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

ThunderDNS

This tool can forward TCP traffic over DNS protocol. Non-compile clients + socks5 support.

Run

Setting up NS records on our domain:

Please wait for clearing DNS-cache.

Simple server run:

python3 ./server.py --domain oversec.ru

Simple server run (Dockerfile):

docker run <imageid> -e DOMAIN='<domain>'

Simple client run (Bash):

bash ./bash_client.sh -d oversec.ru -n <clientname>

Simple client run (PowerShell):

PS:> ./ps_client.ps1 -domain oversec.ru -clientname <clientname>

Show registered clients list:

python3 ./proxy.py --dns 138.197.178.150 --dns_port 9091 --clients

Run proxy:

python3 ./proxy.py --dns 138.197.178.150 --dns_port 9091 --socks5 --localport 9090 --client 1

Video demonstration

msf

socks5

Download Tool