Rapid7 Vulnerability & Exploit Database

Kippo SSH Honeypot Detector

Back to Search

Kippo SSH Honeypot Detector

Created
05/30/2018

Description

This module will detect if an SSH server is running a Kippo honeypot. This is done by issuing unexpected data to the SSH service and checking the response returned for two particular non-standard error messages.

Author(s)

  • Andrew Morris <andrew@morris.guru>

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/scanner/ssh/detect_kippo
msf auxiliary(detect_kippo) > show actions
    ...actions...
msf auxiliary(detect_kippo) > set ACTION < action-name >
msf auxiliary(detect_kippo) > show options
    ...show and set options...
msf auxiliary(detect_kippo) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;