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: 7 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T04:36:46.000Z (over 4 years ago)
- Last Synced: 2025-03-28T11:39:36.898Z (7 months ago)
- Topics: go, golang, honeypot, security, security-tools, ssh
- Language: Go
- Homepage:
- Size: 91.8 KB
- Stars: 9
- 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
[](https://forthebadge.com)
# Installation
```
$ git clone https://github.com/krishpranav/sshpot
$ cd sshpot
$ go get
$ go build ./main
$ ./main
```