Table of Contents
DNOK (Definitely-Not-A-Keylogger) is a basic program that can capture key-press events and screenshots from an infected host. Results are encrypted and can be emailed to infectee.
- Python 3.11.9
git clone https://github.com/DarmorGamz/Definitely-Not-A-Keylogger.git
python -m venv venv
.\venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
pyinstaller --onefile --icon=icon.jpg --name DefinitelyNotAKeylogger main.py
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Please read CONTRIBUTING.md for more details.
Please read CODE_OF_CONDUCT.md for details on our code of conduct.
Distributed under the GPL License. See LICENSE
for more information.
This project is intended for educational purposes only. The content, scripts, and tools provided in this repository are for demonstration and learning purposes and should not be used for commercial or production environments without proper evaluation and adaptation.
The creator of this repository, Darren Morrison, is not responsible for any misuse, damage, or legal issues that may arise from using the code or concepts presented here. Users are advised to use the information and code at their own risk and discretion.