abhisharma404 / vault

swiss army knife for hackers
https://abhisharma404.github.io/vault
MIT License
513 stars 95 forks source link

Implement a keylogger #79

Closed hernandeznahuel closed 5 years ago

hernandeznahuel commented 5 years ago

Changes this pull request makes :

This pull request implements a keylogger that register keystrokes using the multi-plataform pynput library. Then, the keylogger sends the keystrokes by email.

Usage: python vault.py -keylogger - interval -sender -destination -host -p -username -password

Where:

Checklist

Development environment

OS: Linux
Python Version: 3.4.6
abhisharma404 commented 5 years ago

Exactly what I was looking for :)