-
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.exe
is 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
pyinstaller
is sourced in you path:pyinstaller -v
-
run the
hive.py
filepython hive.py
-
restart your system ๐
shutdown /r /t 0
-
go to
%PUBLIC%\Documents
and see the logs key_logs.txt ๐ธ
In one my classes, we were talking about Keyloggers and hence I made a demo on it :)