diff options
| author | 2014-07-30 00:16:45 +0200 | |
|---|---|---|
| committer | 2014-07-30 01:11:09 +0200 | |
| commit | ff317aee140197e7c52f2f3f4db154d715503d19 (patch) | |
| tree | 05402fb8984a65bcfc54cc35fb107be7c52ecb1c /history.markdown | |
| parent | 0de608795c9506accd1b83d33f2bacdadcf03e56 (diff) | |
| download | xkbcat-ff317aee140197e7c52f2f3f4db154d715503d19.tar.gz xkbcat-ff317aee140197e7c52f2f3f4db154d715503d19.zip | |
Clearer history exposition
Diffstat (limited to 'history.markdown')
| -rw-r--r-- | history.markdown | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/history.markdown b/history.markdown new file mode 100644 index 0000000..1a7a659 --- /dev/null +++ b/history.markdown @@ -0,0 +1,11 @@ +This program is based Jon A. Maxwell "JAM" `jmaxwell@acm.vt.edu` 's discovery +that X11 keyboard state can be logged without superuser permissions. + +His program `xspy` is an X11 keylogger which output is squarely aimed at +human-readability, which makes it great for (as the name suggests) spying on +someone and quickly making out what they're doing. It has hence been included +in security-focused Linux distributions (BackTrack and BlackArch, at least). + +This is a complete rework of his idea, using a modern C version and with the +aim of producing machine-readable output better suitable for physical key press +statistics, deprioritising human parseability of the output. |
