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
- Host: GitHub
- URL: https://github.com/asimihsan/duckhunter
- Owner: asimihsan
- License: apache-2.0
- Created: 2013-09-21T10:32:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-27T14:58:16.000Z (over 11 years ago)
- Last Synced: 2025-01-29T04:39:05.466Z (4 months ago)
- Language: C
- Size: 1.06 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 updatevagrant up fedora-18-x86_64
vagrant ssh fedora-18-x86_64
cd /vagrant
make deps
make duckhunter./build/makefiles/out/Default/duckhunter
```[](https://bitdeli.com/free "Bitdeli Badge")