kippo icon indicating copy to clipboard operation
kippo copied to clipboard

Kippo - SSH Honeypot

Results 83 kippo issues
Sort by recently updated
recently updated
newest added

Credit: https://bitbucket.org/reuteras/kippo/ ...Could extend this by putting it into the config file too

enhancement

_Its not perfect_ ...Hoping its 'enough' to trick the average user #### Before ``` bash root@nas3:~# ps -ef PID TTY TIME COMMAND 5673 pts/0 0:00 -bash 5679 pts/0 0:00 ps...

enhancement

This isn't idiot proof. Its not perfect... ...However, its the start of something! #### Before ``` bash root@nas3:~# echo > > root@nas3:~# echo test > 123 test > 123 root@nas3:~#...

enhancement

Email notification on: - Probe (recommended for LAN use only) - Successful login - User quit Credit: https://github.com/jongreenall/kippo-dirtybastard/ --- #### Probe email Subject: `[Kippo] SSH Probe` Message: ``` There was...

enhancement

Credit: https://github.com/basilfx/kippo-extra Result: ``` bash root@nas3:~# env LOGNAME=root USER=root HOME=/root PATH=/bin:/usr/bin:/sbin:/usr/sbin _=/usr/bin/env LANG=en_US.UTF-8 TERM=xterm-256color SHELL=/bin/bash LANGUAGE=en_GB:en SHLVL=1 SSH_TTY=/dev/pts/0 PWD=/root MAIL=/var/mail/root root@nas3:~# ```

enhancement

seem like kippo failed to handle wget parameter self-explanatory picture ![untitled](https://cloud.githubusercontent.com/assets/2631784/3133787/0945d5a4-e81e-11e3-838c-218e4c48417b.png)

enhancement

Fixes issue #83 Credit: https://github.com/micheloosterhof/kippo

Some default system files that I've seen attackers checking for. Helps to make the system look more "real".

- Update **filesystem** (Taken on a fresh clean install of my VPS) - Update **users/groups** (and at the same time remove 'richard') - Update **SSH banner** (As the 'package' would...