Skip to content

Keystats Release 1.0.0

Compare
Choose a tag to compare
@ElDeveloper ElDeveloper released this 22 Nov 23:17
· 92 commits to master since this release

Introducing Keystats, a simple keylogger for Mac OS X.

Keystats keeps track of every keystroke you type, saves this information in a SQLite database and shows you a brief summary of the data.

The intent is not to make Keystats the ultimate resource to analyze your keystroke data, but instead to provide a flexible source (read database) to address any questions you may have.

For every keystroke you type, the following information is obtained and logged into the keystrokes database:

  • Current time with the following format 2013-12-27 00:17:40.
  • Key type.
  • Key code.
  • ASCII representation.
  • Front-most application's bundle identifier (Safari -> com.apple.Safari).

The database that Keystats uses is found in /Users/yoshiki/Library/Application\ Support/Keystats/keystrokes.

See my blog post about Keystats.


🚨 ⚠️Keystats is not intended and should not be used as a malicious application, it is the responsibility of the end user to make legal and safe usage of the program. 🚨 ⚠️