varunotelli / PyLogger

Keylogger that sends Email at a specific time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyLogger

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Install Python3.x from here.
  • schedule (Can be installed by using pip install schedule)
  • pynput (Can be installed by using pip install pynput)

Installing

  • Clone this repository.
  • Navigate to the directory you have just cloned using the command prompt for Windows or Terminal for Linux/Mac users.
  • Change Email address and password on line 25
  • Change From and To email address on line 33
  • To change time during which mail has to be sent, navigate to mail.py file and change time at line 41
  • Type python mail.py on your Command prompt/Terminal

About

Keylogger that sends Email at a specific time


Languages

Language:Python 100.0%