zihunyu / fakessh

A dockerized fake SSH server honeypot written in Go that logs login attempts.

Home Page:https://hub.docker.com/r/fffaraz/fakessh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FakeSSH

A dockerized honeypot SSH server written in Go to log login attempts. Password authentications always fail so no terminal access is given to the attacker.

Quick Start

go install github.com/fffaraz/fakessh@latest
fakessh [optional-log-directory]

OR

docker run -it --rm -p 22:22 fffaraz/fakessh

OR

docker run -d --restart=always -p 22:22 --name fakessh fffaraz/fakessh
docker logs -f fakessh

See also

About

A dockerized fake SSH server honeypot written in Go that logs login attempts.

https://hub.docker.com/r/fffaraz/fakessh

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 90.8%Language:Dockerfile 9.2%