Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 481 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 481 Bytes

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