{"id":13542161,"url":"https://github.com/makuga01/dnsFookup","last_synced_at":"2025-04-02T09:33:24.946Z","repository":{"id":36210307,"uuid":"208890840","full_name":"makuga01/dnsFookup","owner":"makuga01","description":"DNS rebinding toolkit","archived":false,"fork":false,"pushed_at":"2023-05-22T06:46:03.000Z","size":27435,"stargazers_count":250,"open_issues_count":18,"forks_count":41,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-03T07:33:12.498Z","etag":null,"topics":["cyber-security","dns-fookup","dns-rebinding","dns-rebindinging","hacking"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makuga01.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-09-16T20:21:50.000Z","updated_at":"2024-08-25T06:22:31.000Z","dependencies_parsed_at":"2024-01-14T08:57:03.488Z","dependency_job_id":"b5a9c72d-fd5f-40c7-bdb8-614f775a2402","html_url":"https://github.com/makuga01/dnsFookup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makuga01%2FdnsFookup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makuga01%2FdnsFookup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makuga01%2FdnsFookup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makuga01%2FdnsFookup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makuga01","download_url":"https://codeload.github.com/makuga01/dnsFookup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246789231,"owners_count":20834251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cyber-security","dns-fookup","dns-rebinding","dns-rebindinging","hacking"],"created_at":"2024-08-01T10:01:02.255Z","updated_at":"2025-04-02T09:33:23.825Z","avatar_url":"https://github.com/makuga01.png","language":"JavaScript","funding_links":[],"categories":["Exploitation","JavaScript","JavaScript (485)"],"sub_categories":["Server Side Request Forgery"],"readme":"# DnsFookup v 2.0.1\n[DNS Rebinding](https://en.wikipedia.org/wiki/DNS_rebinding) freamwork containing:\n - a dns server obviously\n - python web api to create new subdomains and control the dns server, view logs, stuff like that\n - shitty react app to make it more comfy\n\n [Changelog](./CHANGELOG.md)\n \n [API documentation](./API.md)\n\n## What does it do?\nIt lets you create dns bins like a burp collaborator\nbut it adds a bit more features...\n![create new dnsbin](.images/create.png)\n\nYou 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*\n\nThen you can see where it was requested from, what did it resolve to,... in logs\n![create new dnsbin](.images/logs.png)\n\n\n\n### Video of tool in action\n\n[![Watch the video](https://img.youtube.com/vi/jP_bFUdDVRQ/maxresdefault.jpg)](https://youtu.be/jP_bFUdDVRQ)\n\nSource of the vulnerable application is from https://github.com/makuga01/dnsFookup/tree/master/vulnerableApp\n\n## How to run it\n\nFirst of all, check the configuration in config.yaml\n\n\nYou also should not forget to change all passwords and keys inside the config\n\n\n```\n# First edit config.yaml as you please\n# Don't forget to change the JWT secret!\nvim config.yaml\n\n# Install python \u0026 docker-compose\napt install docker-compose python3-pip\nsudo apt-get install libpq-dev python-dev\n\n#Set up postgres and redis\nsudo docker-compose up\n\n#in ./BE\npip3 install -r requirements.txt\n\npython3 dns.py # to start the dns server\n\n# for testing purposes development server is enough I think\nFLASK_APP=app.py\nFLASK_ENV=development\nflask run\n\n# Install npm\ncurl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -       \napt -y install nodejs make gcc g++\n\n# then in ./FE\nnpm install\nnpm start\n```\n\n\n*If you have a bit of free time, please contribute, it means a lot to me :D*\n\n#### Want to see some feature in next update?\n\nLet me know [on keybase](https://keybase.io/gel0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakuga01%2FdnsFookup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakuga01%2FdnsFookup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakuga01%2FdnsFookup/lists"}