ShreevathsaGP / AdvancedKeylogger

Advanced Keylogger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced_Keylogger

Advanced Keylogger

The executables for this keylogger can be downloaded from --> executables folder
Not to be used on others computers without consent!

This advanced keylogger has the ability to:

  1. Monitor all keystrokes (with the ability to apply spaces and backspaces to all keys recorded, forming full sentences and not unreadable letters and key definitons everywhere)
  2. Take screenshots of the screen periodically(Does not work on mac) and send it to the given email address
  3. Acquire IP location and device details of the targeted laptop/user
  4. Send the collected information through email in these files:
    • log.txt --> Key log
    • UserInfo.txt --> Users IP, Device details
    • screenshot__datetime__.png --> One screenshot taken right before sending email

This advanced keylogger utilizes (All code in file --> log.py):

  • Python modeuls pynput --> listening to keystrokes
  • Python module pscreenshot --> taking screenshot
  • Python module smtplib, email --> sending emails
  • Python modules time, datetime, sys, plat, getpass --> design, and simple function of executable

Screenshot of email sent by keylogger:

About

Advanced Keylogger.


Languages

Language:Python 100.0%