Projects tagged ‘dns’, ‘network’, and ‘tunnel’


Jump to tag:

Projects tagged ‘dns’, ‘network’, and ‘tunnel’

Filtered by Project Tags dns network tunnel

Refine results Project Tags security (2) freebsd (1) server (1) vpn (1) openbsd (1) networking (1) ruby (1) hotel (1) airport (1) tools (1) linux (1) win32 (1)

[3 total ]

10 Users

This is a piece of software that lets you tunnel IPv4 data through a DNS server. This can be usable in different situations where internet access is firewalled, but DNS queries are allowed. It ... [More] runs on Linux, Mac OS X, FreeBSD, NetBSD and OpenBSD and needs a TUN/TAP device. The bandwidth is assymetrical with limited upstream and up to 1 Mbit/s downstream. [Less]
Created over 2 years ago.

0 Users

dnstun provides a client and server for tunneling UDP traffic over DNS - perfectly suited to tunneling openvpn or similar traffic over DNS queries. The client has two threads - one receives UDP ... [More] packets on a socket and encapsulates them in DNS queries, while the other polls the DNS server for data and sends the data as UDP packets to the client accessing its socket. The server also has two threads - one receives UDP packets on a socket and adds them to a queue, and the other receives DNS requests from the client and sends the data as UDP packets to a destination server, and receives polls from the client and responds with data from the queue. Currently it is mostly complete but ENTIRELY UNTESTED. [Less]
Created about 1 year ago.

0 Users

This is a proof-of-concept implementation of Dan Kaminsky's so-called "DNS source routing" hack. WHAT IT DOES: establish inbound IP traffic to a host inside a private network, with no public IP ... [More] address nor DNAT setup. HOW IT WORKS: the private network's local dns resolver is fooled into relaying trafic back in forth. REQUIREMENTS:     - The target network must host a local dns resolver     - The dns resolver must be able to establish UDP/53 connections towards the target     - The attacker must have authority on a zone somewhere in the DNS hierarchy     - The attacker must trigger an initial DNS request for the zone he controls from inside the target network (there are many ways to do so) More in-depth documentation will be included, as the available documentation is scarse to say the least. [Less]
Created 12 months ago.