kippo
kippo copied to clipboard
Kippo - SSH Honeypot
Hi desaster. This pull request adds ElasticSearch support to Kippo. Configuration: I have added a new section to the config file where the ES instance/cluster's values should be set. Logging...
It seems that `uname -a` is being used by attackers to quickly identify Kippo. Get this value from the host system, but keep the honeypot hostname. Tested on a live...
In core/dblog.py, line 61: def nowUnix(self): """return the current UTC time as an UNIX timestamp""" return int(time.mktime(time.gmtime()[:-1] + (-1,))) If I just run this inside python: > > > import...
Just a small change to add '-c' support, as I notice many attackers are attempting to use this option, and failing, causing them to leave. (Doesn't actually perform the '-c'...
I've added a couple scripts that I find useful/interesting in kippo deployments. Maybe others will find these scripts useful as well. The code changes include a basic dashboard that displays...
I had someone come by and enter "weird" chars in the honeypot. This had some consequences in kippo-graph, which made me check the log. Looks like the honeypot isn't happy...
Just a FYI.. http://kippo.rpg.fi/playlog/?l=20091122-075013-5055.log is giving "502 Bad Gateway"
I am writing a script to demo of kippo. I am using paramiko as a python client with the following code ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) try: conn = ssh.connect(ip, port=prt,...
_From [maenuschilt](https://code.google.com/u/116565714282841613110/) on January 20, 2013 15:11:26_ It would be good to have telnet support. Transport layer should be even easier with telnet. see: http://twistedmatrix.com/documents/current/conch/examples/telnet_echo.tac What needs to be added/changed...
Hi, I configured kippo in an Ubuntu 14.04 LTS server, when trying to use hydra on that server I always have the following error: [INFO] Testing if password authentication is...