Skip to content

thiiagoms/vigilant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Simple keylogger with Python 🐍

Just for EDUCATIONAL purposes!! I'm not responsability for what do you do with this tool.

Dependencies

  • Python 3.8+ (Only)

Installation

  • With PIpenv:
$ pipenv install && pipenv shell
  • With venv module:
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Usage

  • Run:
$ python vigilant.py

If you want to contribute, you can also open issue or clone this repository to make a Pull Request, thank you so much for choose vigilant ♥️

Releases

No releases published

Packages

No packages published

Languages