PiPot (Micro Honeypot for RPi) is a flexible honeypot for (industrial) environments that runs on a Raspberry Pi. It was developed by Willem Van Iseghem for the Master thesis at the Fachhochschule St. Pölten in 2016. Limes Security GmbH sponsored the thesis by providing the necessary hardware.
This repository is meant for centralizing issues and enhancement proposals, as well as documentation on how to install and run PiPot.
Please read CONTRIBUTING before making any contributions.
Installing PiPot can be accomplished by following the following steps:
- Copy or clone the entire
pipot-server
andpipot-client
repositories to/usr/src/pipot
(so the respective locations would be/usr/src/pipot/server
and/usr/src/pipot/client
). - (Optional)
chmod +x /usr/src/pipot/server/install/install.sh
chmod +x /usr/src/pipot/client/bin/chroot.sh
(for image generation)/usr/src/pipot/server/install/install.sh
(execute as root or usesudo
)- Answer any questions the installer asks
This should leave you with a runnable installation.