restkhz / simple-py-rat

A little rat in python, with traffic encrypt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-py-rat

A simple rat in Python.

Traffic encrypted with AES-ECB, using Diffie–Hellman key exchange to generate key. So you don’t need to manually configure a key. (Has some sort of perfect forward Secrecy?)

Tested on Linux and Windows10.

Disclaimer

This is an example of implementing DH and AES encrypted communication in python, for learning and proof of concept purposes only.

About

A little rat in python, with traffic encrypt.


Languages

Language:Python 100.0%