Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rennancockles/Weblogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

python weblogger.pyw

or

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)

About

Python keylogger for websites

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published