Skip to content

r4stl1n/Deity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Deity

Requirments: python-paramiko

Deity is a kippo plugin that identifies dictionary attacks against it then issues the same attack against the attacker. After it gains access it can execute additional commands. Kippo by default does not have any sorta plugin interface. So we just backpack on the logger interface

Kippo: Is a ssh honeypot

Copy deity.py into kippo/dblog. Added the following lines to your

Note: commands.dat is commands seperated by new lines

[database_deity]
# Logfile
logfile = deity.log
# Amount of time to wait for connections (in seconds)
timeoutTime = 5
# Amount of failed attempts before attack
threshhold = 3

# To enable command file support uncomment to two lines below
# commandFile is the location of the file to read and execute
#commandFile = commands.dat
#commandFileVerbose = True

# To enable the sshScanner change below to true
sshScanner = False
sshScanRangeStart = 1
sshScanRangeEnd = 200

#Below hasn't been implemented
# Save successful loggin to seperate file
successLog = False

About

A Kippo plugin that attacks back

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages