Giter Club home page Giter Club logo

frausdns's Introduction

FrausDNS--A Windows DNS Spoofer

Windows tool designed to capture DNS requests made from the local machine and spoof responses with a specified IP address. Original intention is to isolate malware and observe its network activity. FrausDNS serves as an alternative to ApateDNS, which is obsolete.


Notes

  • Must be run with elevated privileges (run as administrator).
  • The local DNS server on the local machine will be changed to the loopback address (127.0.0.1).
  • The loopback address shown is optional. Solely used for demonstration. It shall be changed to an IP address to which the network traffic generated at the local machine is redirected.

Using FrausDNS

FrausDNS allows the user to change the reply IP, number of NXDomain responses, and the affected network interface.

IP Response: IP address that will be returned to any DNS request. Defaults to current DNS.

# of NXDOMAIN Responses: Number of NXDOMAIN responses sent per domain.

Selected Interface: Network interface that will have its DNS Server Search Order affected.

After modifying the options to the user's preferences, then press the Start Server button.

Captured Requests

This tab shows all DNS requests that are made by the local machine. Includes a console output window to show messages from the application.

While Running

Once the button is pressed, then the server will start listening for DNS requests and responds to them using the user-specified IP address.

If the number of NXDOMAIN responses is greater than 0, then there will be that many NXDOMAIN entries in the capture window per domain as they come in.

The console will summarize the various settings that were set. Captured DNS requests will be logged into the capture window with their timestamp, requested domain and the response code that the server gave back. If you want to look at a specific DNS request and its data that was sent, you can double click an entry and the hex will be shown. Also, you can single click and manually click the Request as Hex Tab.

Request as Hex

This tab shows the hex bytes that were sent to the DNS server.

The hex bytes on the left represent the data in the request. The string on the right side of the screen is a simplified readable version of the hex bytes. It is shown in the form of alphanumeric characters (A-Z, a-z, 0-9) with any other characters being represented as ".".

Once finished, the Stop Server button must be pressed to stop the server and reset the DNS Server Search Order.


Running NXDOMAIN Example

There will be 1 NXDOMAIN response for each domain requested.

frausdns's People

Contributors

chrism09 avatar dependabot[bot] avatar xinwenfu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.