Skip to content

kurochan/sippo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sippo

SSH Honeypot Written in Scala.

Quick Start

$ mkdir sippo
$ wget https://github.com/kurochan/sippo/releases/download/v0.1.0/sippo-0.1.0.jar

# startup with port 10022 by default
$ java -jar sippo-0.1-SNAPSHOT.jar

# or specifying listening port
$ java -jar sippo-0.1-SNAPSHOT.jar 12345

Build

$ git clone https://github.com/kurochan/sippo.git
$ cd sippo
$ sbt compile
$ sbt assembly

Prerequisities