{"id":13712161,"url":"https://github.com/fffaraz/fakessh","last_synced_at":"2025-04-06T15:12:44.435Z","repository":{"id":57566278,"uuid":"73761007","full_name":"fffaraz/fakessh","owner":"fffaraz","description":"A dockerized fake SSH server honeypot written in Go that logs login attempts.","archived":false,"fork":false,"pushed_at":"2024-02-04T05:15:46.000Z","size":37,"stargazers_count":352,"open_issues_count":1,"forks_count":36,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T13:08:20.233Z","etag":null,"topics":["docker","fake-ssh-server","go","golang","honeypot","log","spambot-security","ssh","ssh-honeypot"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/fffaraz/fakessh","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fffaraz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"fffaraz","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2016-11-15T00:48:18.000Z","updated_at":"2025-03-28T07:39:20.000Z","dependencies_parsed_at":"2024-06-20T16:35:54.981Z","dependency_job_id":"a649f132-ae99-439c-83fd-6a5a7c2190dc","html_url":"https://github.com/fffaraz/fakessh","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fffaraz%2Ffakessh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fffaraz%2Ffakessh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fffaraz%2Ffakessh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fffaraz%2Ffakessh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fffaraz","download_url":"https://codeload.github.com/fffaraz/fakessh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247500469,"owners_count":20948880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","fake-ssh-server","go","golang","honeypot","log","spambot-security","ssh","ssh-honeypot"],"created_at":"2024-08-02T23:01:15.512Z","updated_at":"2025-04-06T15:12:44.409Z","avatar_url":"https://github.com/fffaraz.png","language":"Go","funding_links":["https://github.com/sponsors/fffaraz"],"categories":["Go","\u003ca id=\"c8f749888134d57b5fb32382c78ef2d1\"\u003e\u003c/a\u003eSSH\u0026\u0026Telnet"],"sub_categories":[],"readme":"# FakeSSH\n\nA dockerized honeypot SSH server written in Go to log login attempts.\nPassword authentications always fail so no terminal access is given to the attacker.\n\n[![](http://dockeri.co/image/fffaraz/fakessh)](https://hub.docker.com/r/fffaraz/fakessh)\n\n## Quick Start\n\n```\ngo install github.com/fffaraz/fakessh@latest\nsudo setcap 'cap_net_bind_service=+ep' ~/go/bin/fakessh\nfakessh [optional-log-directory]\n```\n\nOR\n\n```\ndocker run -it --rm -p 22:22 fffaraz/fakessh\n```\n\nOR\n\n```\ndocker run -d --restart=always -p 22:22 --name fakessh fffaraz/fakessh\ndocker logs -f fakessh\n```\n\n### See also\n\n* [jaksi/sshesame](https://github.com/jaksi/sshesame) - A fake SSH server that lets everyone in and logs their activity.\n* [shazow/ssh-chat](https://github.com/shazow/ssh-chat) - Custom SSH server written in Go. Instead of a shell, you get a chat prompt.\n* [gliderlabs/ssh](https://github.com/gliderlabs/ssh) - Easy SSH servers in Golang.\n* [gliderlabs/sshfront](https://github.com/gliderlabs/sshfront) - Programmable SSH frontend.\n* [desaster/kippo](https://github.com/desaster/kippo) - Kippo - SSH Honeypot.\n* [micheloosterhof/cowrie](https://github.com/micheloosterhof/cowrie) - Cowrie SSH/Telnet Honeypot.\n* [fzerorubigd/go0r](https://github.com/fzerorubigd/go0r) - A simple ssh honeypot in golang.\n* [droberson/ssh-honeypot](https://github.com/droberson/ssh-honeypot) - Fake sshd that logs ip addresses, usernames, and passwords.\n* [x0rz/ssh-honeypot](https://github.com/x0rz/ssh-honeypot) - Fake sshd that logs ip addresses, usernames, and passwords.\n* [tnich/honssh](https://github.com/tnich/honssh) - HonSSH is designed to log all SSH communications between a client and server.\n* [Learn from your attackers - SSH HoneyPot](https://www.robertputt.co.uk/learn-from-your-attackers-ssh-honeypot.html)\n* [cowrie](https://github.com/cowrie/cowrie) - Cowrie SSH/Telnet Honeypot.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffffaraz%2Ffakessh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffffaraz%2Ffakessh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffffaraz%2Ffakessh/lists"}