d-podkorytov / echo_tcp_honey_spot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erlang echo TCP server based on OTP.

It can be used as honey spot but need some addition for like logging and alertrs subsystems.

Just an example for my students and as a point to upstair for next developing.

For running it on all TCP ports just:

  1. compile it: $erlc *.erl
  2. run ERLANG VM $sudo erl
  3. type echo_tcp:start(1,65535).

If running it on single port default port is 2323.

About

License:Other


Languages

Language:Erlang 70.1%Language:Shell 29.9%