From ff317aee140197e7c52f2f3f4db154d715503d19 Mon Sep 17 00:00:00 2001 From: Antti K Date: Wed, 30 Jul 2014 00:16:45 +0200 Subject: Clearer history exposition --- history.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 history.markdown (limited to 'history.markdown') 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. -- cgit v1.3-2-g0d8e