Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 1.63 KB

README.md

File metadata and controls

71 lines (48 loc) · 1.63 KB

Logo


About

Discord bot for Network Traffic Analysis CTF's Was used in Betim's Network Traffic Analyis workshop

Built With

This was built using discord.py and dotenv

Prereqs

Must install python && dotenv

sudo apt update && upgrade
sudo apt install python3
python3 -m pip install python-dotenv

Usage

simply clone this repo and create a .env file (this is crutial to connect discord to your script)

inside that file:

DISCORD_APPLICATION_ID = ""
DISCORD_PUBLIC_KEY = ""
DISCORD_TOKEN = ""

Authors

Betim Hodza and Diego Vester originally setup this repo, to see a full list follow this link Here

License

This project is licensed under the MIT license.

See LICENSE for more information.