Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)