GithubHelp home page GithubHelp logo

ensec4git / udpovdns Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 195 KB

A simple UDP over DNS implementation, containing a server and a client

License: GNU General Public License v3.0

C 18.06% C++ 42.44% Perl 2.39% Python 36.92% Shell 0.18%

udpovdns's Introduction

udpovdns

A simple UDP over DNS implementation, containing a sample server and client.

Code quality is close to abysmall, the code is unreliable in multiple ways and has a plethora of different dependencies it shouldn't have, like being C++ code that only appears C-ish, needing a Perl runtime with particular extensions, and not being reentrant (!!!).

In essence, this project exists only because of a course assignment, and this is the reason for the rudimentary code quality and proof-of-concept-ish execution.

There are MULTIPLE better solutions than this code and I'd strongly advise any sane person to use something different.

Requirements

In order to compile the client application, the user needs g++ (not gcc!) and make.

In order to run the client application (or anything using the DNS implementation of standard networking routines), Perl is needed. (To be removed)

The server-side depends on Python 2.7+ and the Twisted framework.

NOTE

The server component requires an installation of the Twisted framework, version >= 13.2.0. This is needed due to the usage of the adoptDatagramPort() function, that is available in a specific reactor, and reactor selection is available only in newer versions of Twisted.

udpovdns's People

Contributors

ensec4git avatar

Watchers

James Cloos avatar  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.