-
Simple tool that helps you to simulate and better underrstand how a keylogger works on a Windows based environment.
-
added persistance features
-
Requires Windows OS.
⚠️ Better to do this in a VM⚠️
-
make sure no application named
Windows Explorer.exeis present in location%AppData%of your Windows instance. -
make sure the VIRUS & THREAT PROTECTION is turned off for this to work.
-
git clone 🤡 this repo or download it:
git clone https://github.com/hail0hydra/qwertyCapture-lite.git
-
Go inside the directory and make a venv 🔽 :
$ cd qwertyCapture-demo $ python -m venv venv $ .\venv\Scripts\activate -
Install all requirements
pip install -r requirements.txt
-
Ensure
pyinstalleris sourced in you path:pyinstaller -v
-
run the
hive.pyfilepython hive.py
-
restart your system 🆕
shutdown /r /t 0
-
go to
%PUBLIC%\Documentsand see the logs key_logs.txt 😸
In one my classes, we were talking about Keyloggers and hence I made a demo on it :)