An open API service indexing awesome lists of open source software.

https://github.com/asimihsan/duckhunter

Monitor what SSH users type and execute on a server
https://github.com/asimihsan/duckhunter

Last synced: 3 months ago
JSON representation

Monitor what SSH users type and execute on a server

Awesome Lists containing this project

README

        

# duckhunter

Monitor what SSH users type and execute on a server

## Installation

### Building from source in a VM

Requirements:

- Git
- Vagrant
- VirtualBox

```
git clone [email protected]:asimihsan/duckhunter.git
cd duckhunter
git submodule init
git submodule update

vagrant up fedora-18-x86_64
vagrant ssh fedora-18-x86_64
cd /vagrant
make deps
make duckhunter

./build/makefiles/out/Default/duckhunter
```

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/asimihsan/duckhunter/trend.png)](https://bitdeli.com/free "Bitdeli Badge")