Skip to content

hail0hydra/qwertyCapture-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

qwertyCapture-lite ๐Ÿ‘บ



Disclaimer: โ˜  for educational purposes only. User of the application is solely responsible by themselves in case of any malicious activity. โ˜ 



  • 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.




Usage



โš ๏ธ Better to do this in a VM โš ๏ธ



  1. make sure no application named Windows Explorer.exe is present in location %AppData% of your Windows instance.

  2. make sure the VIRUS & THREAT PROTECTION is turned off for this to work.

  3. git clone ๐Ÿคก this repo or download it:

    git clone https://github.com/hail0hydra/qwertyCapture-lite.git
  4. Go inside the directory and make a venv ๐Ÿ”ฝ :

    $ cd qwertyCapture-demo
    $ python -m venv venv
    $ .\venv\Scripts\activate
  5. Install all requirements

    pip install -r requirements.txt
  6. Ensure pyinstaller is sourced in you path:

    pyinstaller -v
  7. run the hive.py file

    python hive.py
  8. restart your system ๐Ÿ†•

    shutdown /r /t 0
  9. go to %PUBLIC%\Documents and see the logs key_logs.txt ๐Ÿ˜ธ






Inspiration

In one my classes, we were talking about Keyloggers and hence I made a demo on it :)






Implementation ๐Ÿ“น

  • Thank you ๐Ÿ™ uzu for the implementation here

About

Keylogger demo with persistance utilising Registry key manipulation and data exfiltration (concept)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages