Skip to content

GeorgePatsias/discord-bot-CnC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Command and Control

The project's purpose is for the complete remote control of a machine via Discord messages. Currently running only on Linux machines.

Requirements

Python +v3.x

Installation

pip install -r requirements.txt

Usage

Standalone

python3 run_bot.py

Run as a Service (change configs in discord_bot.service to your needs)

sudo cp discord_bot.service /etc/systemd/system/
sudo systemctl start discord_bot.service
sudo systemctl enable discord_bot.service

Bot Commands

  • help (Displays this menu)
  • Any Linux command (Constrained to 2000 lines)
  • ngrok <port> <protocol> (Starts tunnel)
  • get ngrok (Shows all tunnels)
  • delete ngrok (Deletes all tunnels)

Reference

https://www.gngrninja.com/code/2017/3/24/python-create-discord-bot-on-raspberry-pi

Releases

No releases published

Packages

No packages published

Languages