All Projects → fffaraz → fakessh

fffaraz / fakessh

Licence: BSD-3-Clause license
A dockerized fake SSH server honeypot written in Go that logs login attempts.

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to fakessh

potd
A high scalable low to medium interactive SSH/TCP honeypot using Linux Namespaces, capabilities, seccomp, cgroups designed for OpenWrt and IoT devices.
Stars: ✭ 28 (-33.33%)
Mutual labels:  honeypot, ssh-honeypot
sshsyrup
A low-to-medium interaction SSH Honeypot with features to capture terminal activity and upload to asciinema.org
Stars: ✭ 84 (+100%)
Mutual labels:  honeypot, ssh-honeypot
docker-ssh-honey
SSH Honey pot for docker
Stars: ✭ 42 (+0%)
Mutual labels:  honeypot, ssh-honeypot
LogDelegate
Simple, pretty and powerful logger for android
Stars: ✭ 287 (+583.33%)
Mutual labels:  log
imap-honey
IMAP or SMTP honeypot written in Golang
Stars: ✭ 22 (-47.62%)
Mutual labels:  honeypot
LogiAM
基于日志模板构建,采集任务动态管控、数据质量精确度量,一站式日志采集平台
Stars: ✭ 199 (+373.81%)
Mutual labels:  log
loggie
A lightweight, cloud-native data transfer agent and aggregator
Stars: ✭ 844 (+1909.52%)
Mutual labels:  log
woodpecker-client
异常日志收集客户端 环境隔离版本
Stars: ✭ 51 (+21.43%)
Mutual labels:  log
weblogic honeypot
WebLogic Honeypot is a low interaction honeypot to detect CVE-2017-10271 in the Oracle WebLogic Server component of Oracle Fusion Middleware. This is a Remote Code Execution vulnerability.
Stars: ✭ 30 (-28.57%)
Mutual labels:  honeypot
prickly-pete
A script using Docker to quickly bring up some honeypots exposing lots of services. For research, reconnaissance, and fun. (DISCLAIMER may not be fun, not to be taken internally, aim away from face)
Stars: ✭ 29 (-30.95%)
Mutual labels:  honeypot
Log
Daily logging tool and data visualizer.
Stars: ✭ 30 (-28.57%)
Mutual labels:  log
LogDNA-Android-Client
Android client for LogDNA
Stars: ✭ 22 (-47.62%)
Mutual labels:  log
rust cms
使用Rust编写一个CMS(内容管理系统)可以做为个人博客,公司网站
Stars: ✭ 32 (-23.81%)
Mutual labels:  log
pyqso
PyQSO is a contact logging tool for amateur radio operators.
Stars: ✭ 75 (+78.57%)
Mutual labels:  log
base
小而美的业务基础框架,也是本项目的核心
Stars: ✭ 47 (+11.9%)
Mutual labels:  log
aiologger
Asynchronous logging for Python and asyncio
Stars: ✭ 92 (+119.05%)
Mutual labels:  log
TLog
Android日志工具
Stars: ✭ 16 (-61.9%)
Mutual labels:  log
LogESP
Open Source SIEM (Security Information and Event Management system).
Stars: ✭ 162 (+285.71%)
Mutual labels:  log
JJSwiftLog
Swift log library for all platform
Stars: ✭ 51 (+21.43%)
Mutual labels:  log
ZKShS
Search shodan without any knowledge about its queries
Stars: ✭ 37 (-11.9%)
Mutual labels:  honeypot

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].