Skip to content

shlyuz/comms_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains a very basic demo of the Shlyuz communication and encryption routine.

It demonstrates how a message (seen below) is treated with regards to encryption and frames.

{
  "command": "shell_exec",
  "args": "cmd.exe /c calc.exe",
  "transaction_id": uuid.uuid4().hex,
  "date": time.strftime("%Y/%m/%d %H:%M:%S", time.gmtime())
}

Usage

First, install the library requirements:

pip install -r requirements.txt

Finally, you can execute the demo:

python3 demo.py

About

A demo of Shlyuz's communciation and encryption features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages