Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 323 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 323 Bytes

akka-hp

Simple Akka based honey pot. Should be combined with fw rules to redirect all ports to the hp listening port. By default it will listen on 80 and 443.

  • Logs all connection attempts.
  • Dumps the bytes sent over the connection.
  • Replies with nothing.

Usage

sbt run

Building

sbt assembly