https://github.com/petermcd/honeypot-installer
Main installation script to install an SSH honeypot on a Raspberry Pi
https://github.com/petermcd/honeypot-installer
Last synced: 10 months ago
JSON representation
Main installation script to install an SSH honeypot on a Raspberry Pi
- Host: GitHub
- URL: https://github.com/petermcd/honeypot-installer
- Owner: petermcd
- License: mit
- Created: 2019-02-01T00:36:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T14:33:06.000Z (almost 5 years ago)
- Last Synced: 2025-09-06T13:55:39.838Z (10 months ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSH Honeypot Installer
This repository brings together 2 seperate repositories
to enable a customised Open SSH server be installed capturing
login details. The package should stop the ability to log into
SSH but capture the attempts.
## Warning
Use this at your own risk. The packages contain minimal testing
and running a honeypot could attract negative consequences.
## Usage
The package is intended to work on a RaspberryPi and has not
been tested on any other distribution however this should work
on Debian distributions.
To install the various packages run the following:
```python
cd ~
sudo apt-get -y install git
git clone https://github.com/PeterMcD/honeypot-installer.git
cd honeypot-installer
chmod +x install.sh
sudo ./install.sh
```