Skip to content

A keylogger written in python to serve linux distros

Notifications You must be signed in to change notification settings

dasgoutam/logman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logman

A keylogger written in python to serve Linux distros.

This logger is built using the pyxhook library created by Jeff Hoogland(https://github.com/JeffHoogland/pyxhook), which itself is an implementation of the popular pyhook library for windows.

Why logman was created

logman was created to collect data from users about their typing patterns for a particular password. When a user types a password, logman logs the keystrokes along with the up-up, up-down and hold key timings and saves it.

The data collected by logman from different users was used to analyze different users and try to differentiate them based on their typing patterns.

How to use logman

Well that's pretty straightforward-

  • Clone the logman repository
  • Fire up your favourite terminal. You can start logman by running the main.py file
  • After the promt, enter the password you want to store
  • Continue typing the password to store it in the file. Don't worry if you type it incorrectly. Logman will detect this and prompt you to type it again.
  • Finally, all your data will be stored in the output.txt and output.csv files in the same directory

Note

This logger was created for the specific purpose to be used as a part of a larger project. Thus to cater to own customized logging needs, it may be better to use the pyxhook library directly. Logman can provide you with an example of how to use this library.

About

A keylogger written in python to serve linux distros

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages