Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
A simple ssh honey pot, fake ssh server that lets anyone to connect and monitor their activty
- Host: GitHub
- URL: https://github.com/krishpranav/sshpot
- Owner: krishpranav
- Created: 2021-07-17T12:20:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T04:36:46.000Z (over 3 years ago)
- Last Synced: 2024-10-02T09:19:05.586Z (2 months ago)
- Topics: go, golang, honeypot, security, security-tools, ssh
- Language: Go
- Homepage:
- Size: 91.8 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - krishpranav/sshpot - A simple ssh honey pot, fake ssh server that lets anyone to connect and monitor their activty (Go)
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
```