Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiiagoms/vigilant

A little keylogger with Python :snake:
https://github.com/thiiagoms/vigilant

learning network python python-security security-tools

Last synced: about 5 hours ago
JSON representation

A little keylogger with Python :snake:

Awesome Lists containing this project

README

        



Logo

Simple keylogger with Python :snake:

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

- [Dependencies](#Dependencies)
- [Installation](#Installation)
- [Usage](#Usage)

### Dependencies
* Python 3.8+ (Only)

### Installation

- With PIpenv:
```bash
$ pipenv install && pipenv shell
```

- With venv module:

```bash
$ python -m venv venv
```

```bash
$ source venv/bin/activate
```

```bash
$ pip install -r requirements.txt
```
### Usage

- Run:
```bash
$ 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 :hearts: