# Stalinium Command & Control Server
This is the server component of the Stalinium botnet project. It provides a centralized system for managing and controlling botnet clients, with various attack vectors and features.
## Features
- **DDoS Attack**: Execute distributed denial-of-service attacks.
- **Data Exfiltration**: Extract sensitive data from compromised clients.
- **Ransomware Attack**: Encrypt files on client machines and demand a ransom.
- **Phishing Attack**: Conduct phishing operations to capture credentials.
- **SQL Injection Attack**: Perform SQL injection attacks on specified targets.
- **Persistence Mechanism**: Ensure the server's continued operation and recovery.
- **Encrypted Communications**: Secure communication between the server and clients.
- **Modular Design**: Easy to extend and add new features.
- **Admin Panel (GUI)**: Manage the botnet through a graphical user interface.
- **Mobile App**: Monitor and control the botnet through a mobile application.
## Setup
1. **Install Rust**: Follow the instructions at https://www.rust-lang.org/tools/install
2. **Clone the Repository**:
git clone https://github.com/yourusername/stalinium-server.git
cd stalinium-server
3. **Navigate to the Server Directory**:
cd server
4. **Build and Run the Server**:
h
cargo build --release
cargo run
5. **Open the Tauri Admin Panel**:
After running the server, you can access the admin panel GUI. Follow the instructions provided by Tauri to set up and use the admin panel.
## Configuration
Edit the `config.toml` file located in the `server/config.toml` directory to set up your backup servers and other settings.
Example `config.toml`:
toml
[settings]
server_address = "0.0.0.0:8080"
backup_servers = ["127.0.0.1:8081", "127.0.0.1:8082"]
encryption_key = "another_very_secret_key_abcdef1234567890"
log_directory = "/var/log/stalinium_server"
admin_panel_port = 3000
mobile_app_url = "http://localhost:4000"-
Admin Panel: Use the admin panel GUI to send commands to bot clients and manage operations.
-
Mobile App: Optionally, use the mobile app to monitor and control the botnet remotely.
Contributions are welcome. Please submit issues or pull requests for improvements and bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more details.
Important: This code is provided for educational purposes only. Unauthorized use of this software for illegal activities is prohibited. Ensure you have proper authorization before using or testing security tools.