Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rennancockles/weblogger
Python keylogger for websites
https://github.com/rennancockles/weblogger
keylogger python weblogger
Last synced: 15 days ago
JSON representation
Python keylogger for websites
- Host: GitHub
- URL: https://github.com/rennancockles/weblogger
- Owner: rennancockles
- Created: 2019-01-10T02:54:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T04:44:10.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T13:19:00.462Z (about 2 months ago)
- Topics: keylogger, python, weblogger
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebLogger
Weblogger is a keylogger that only records keystrokes when a browser is open and active.
Weblogger saves a hidden log file in the %USERPROFILE% directory (HOME in linux), and when it hits
MAX_DATA_LEN (default: 500 chars), an email is sent with the current log.
When Weblogger stops, an email is sent with the current log and the log file is deleted leaving no traces.## Setup
Set the GMAIL_DATA with an username and password from a gmail account and the 'email_to' parameter
with an email account for the log to be sent.If you have PyInstaller, run make.bat to generate a .exe file.
## Usage
```commandline
python weblogger.pyw
```or
```commandline
weblogger.exe
```## Commands
* ### Stop Weblogger
Open a browser and type 'webloggerkill' (without quotation marks)
* ### Add Weblogger To Startup (windows only)
Open a browser and type 'webloggerstartup' (without quotation marks)
* ### Remove Weblogger From Startup (windows only)
Open a browser and type 'webloggernostartup' (without quotation marks)