/dns_rebinding

Simple DNS Rebinding attack with a DNS nameserver for A and PTR requests

Primary LanguageC++

DNS Rebinder

Foreword

Building and Running the DNS server

How it works

  • Run the http server on the same port than the target device: python3 main.py IP PORT

  • Run the node server on the ip and port you want to connect to to browse the target device once it's been hooked

  • Run the DNS server

  • Once the victim has been rebound, you can freely browse the target device as if you were inside the victim's LAN by browsing the node server.