Skip to content

Script that detects a default installation of Cowrie.

Notifications You must be signed in to change notification settings

boscutti939/Cowrie_Detect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Cowrie Detection

Are you connected to a honeypot? Let's find out!

This script attempts to connect to an SSH host and test many commands and files to compare to a default Cowrie installation. For everything it finds, a score is assigned. The maximum score is 100%.

Score Grading

    0% - - - - - - - - - 50% - - - - - - - - - 100%
Real System         Custom Cowrie         Default Cowrie

Requirements

  • Python 3
  • Paramiko python 3 module (pip3 install paramiko)
  • Nmap
  • Nmap python 3 module (pip3 install python3-nmap)

Usage

./cowrie_detect.py <host> [options]

Required:
  host                        IP Address or domain of host to connect to

Options:
  -u, --username: USERNAME    Connect with a specific username
  -p, --password: PASSWORD    Connect with a specific password
      --port: PORT            Connect with a specific port

About

Script that detects a default installation of Cowrie.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%