Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/thiiagoms/vigilant
- Owner: thiiagoms
- License: mit
- Created: 2019-09-06T04:25:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T16:31:09.000Z (over 3 years ago)
- Last Synced: 2024-11-15T20:41:00.463Z (2 months 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: