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 1 year ago
JSON representation
A little keylogger with Python :snake:
- Host: GitHub
- URL: https://github.com/thiiagoms/vigilant
- Owner: thiiagoms
- License: mit
- Created: 2019-09-06T04:25:07.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T16:31:09.000Z (over 4 years ago)
- Last Synced: 2025-01-16T09:07:54.055Z (over 1 year ago)
- Topics: learning, network, python, python-security, security-tools
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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: