Skip to content

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.

License

Notifications You must be signed in to change notification settings

DarmorGamz/Definitely-Not-A-Keylogger

Repository files navigation

Definitely-Not-A-Keylogger

Contributors Forks Stargazers Issues MIT License

Table of Contents
  1. Getting Started
  2. Contributing
  3. Code of Conduct
  4. License
  5. Disclaimer

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.

Getting Started

Requirements

  • Python 3.11.9

Installation

Clone this repository

git clone https://github.com/DarmorGamz/Definitely-Not-A-Keylogger.git

Create a virtual environment

python -m venv venv

Activate the virtual environment - Windows

.\venv\Scripts\activate

Activate the virtual environment - Unix

source venv/bin/activate

Install the requirements

pip install -r requirements.txt

Create Executable

pyinstaller --onefile --icon=icon.jpg --name DefinitelyNotAKeylogger main.py

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Please read CONTRIBUTING.md for more details.

(back to top)

Code of Conduct Growing Heart

Please read CODE_OF_CONDUCT.md for details on our code of conduct.

(back to top)

License

Distributed under the GPL License. See LICENSE for more information.

(back to top)

Disclaimer Bomb

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.

About

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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages