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
dnsFookup — DNS rebinding toolkit | Kitploit
Tools/GitHubGitHub/makuga01/dnsfookup
ExploitationWeb SecurityPenetration TestingDNS Analysis
GitHubmakuga01/dnsfookup

dnsFookup

DNS rebinding toolkit

View Repository
255423 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

DnsFookup v 2.0.1

DNS Rebinding freamwork containing:

  • a dns server obviously
  • python web api to create new subdomains and control the dns server, view logs, stuff like that
  • shitty react app to make it more comfy

Changelog

API documentation

What does it do?

It lets you create dns bins like a burp collaborator but it adds a bit more features... create new dnsbin

You can specify what ips/domains should the created subdomain resolve to and how many times, for now it A,CNAME and AAAA record are supported

Then you can see where it was requested from, what did it resolve to,... in logs create new dnsbin

Video of tool in action

Watch the video

Source of the vulnerable application is from https://github.com/makuga01/dnsFookup/tree/master/vulnerableApp

How to run it

First of all, check the configuration in config.yaml

You also should not forget to change all passwords and keys inside the config

root@kitploit:~
# First edit config.yaml as you please
# Don't forget to change the JWT secret!
vim config.yaml

# Install python & docker-compose
apt install docker-compose python3-pip
sudo apt-get install libpq-dev python-dev

#Set up postgres and redis
sudo docker-compose up

#in ./BE
pip3 install -r requirements.txt

python3 dns.py # to start the dns server

# for testing purposes development server is enough I think
FLASK_APP=app.py
FLASK_ENV=development
flask run

# Install npm
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -       
apt -y install nodejs make gcc g++

# then in ./FE
npm install
npm start

If you have a bit of free time, please contribute, it means a lot to me :D

Want to see some feature in next update?

Let me know on keybase

Download Tool