Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krishpranav/sshpot

A simple ssh honey pot, fake ssh server that lets anyone to connect and monitor their activty
https://github.com/krishpranav/sshpot

go golang honeypot security security-tools ssh

Last synced: about 1 month ago
JSON representation

A simple ssh honey pot, fake ssh server that lets anyone to connect and monitor their activty

Awesome Lists containing this project

README

        

# sshpot
A simple ssh honey pot, fake ssh server that lets anyone to connect and monitor their activty

[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)

# Installation
```
$ git clone https://github.com/krishpranav/sshpot
$ cd sshpot
$ go get
$ go build ./main
$ ./main
```