💫 A simple spyware created in C# that connects the infected computer to a Discord bot that allows cmd access, taking screenshots and opening URLs.
- Visual Studio installed with .NET framework.
- Windows 10 or higher versions.
- 🌱 Running in background: The program will run in the background!!!
- 🪄 Execution at startup: Once executed, the program will run every time the computer is started until it is removed.
- 💻 Screenshots: Using the "screenshot" slash command will take a screenshot of the computer's main screen.
- ✨ Shell commands: Using the "cmd" slash command will use a shell command on the computer.
- 🌐 Open URLs: Using the "open" slash command will open a URL in the browser.
- 💬 Messages: Using the "message" slash command will send a message to the computer.
-
Create a discord bot in the discord developer portal.
-
Copy the bot token and place it on line 45 of the program.cs file.
-
Run or build the project.
-
Execute the bot commands from the server it is on.
This project was developed for study purposes, I do not support any illegal use of this repository nor do I plan to make too many updates or expansions to it.