Skip to content

Commit

Permalink
Make headers smaller.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Aug 27, 2016
1 parent 14c7aab commit ba597c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ keysniffer is intended to track your own devices and NOT to trespass on others.

If you find `keysniffer` useful, please consider donating via PayPal. [![Donate Button](https://img.shields.io/badge/paypal-donate-orange.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q)

# Table of contents
## Table of contents

- [Compilation](#compilation)
- [Usage](#usage)
- [License](#license)
- [Developer](#developer)
- [Links](#links)

# Compilation
## Compilation
Clone the repository and run:

$ make
Note that you need to have the linux headers installed for your running kernel version.

# Usage
## Usage
To insert the module into the kernel, run:

$ sudo insmod kisni.ko
Expand All @@ -37,15 +37,15 @@ To view the pressed keys, run:
n
f
o

k
i
s
n
i
_ENTER_
_UP_

_TAB_
_TAB_
k
Expand All @@ -56,13 +56,13 @@ To unload the module (and clear the logs), run:

$ sudo rmmod kisni

# License
## License
keysniffer is licensed under **GPLv2**.

# Developer
## Developer
Copyright (C) 2015 [Arun Prakash Jana](mailto:[email protected])

# Links
## Links
http://www.gadgetweb.de/programming/39-how-to-building-your-own-kernel-space-keylogger.html
https://wiki.archlinux.org/index.php/Xmodmap
http://www.osdever.net/bkerndev/Docs/keyboard.htm
Expand Down

0 comments on commit ba597c9

Please sign in to comment.