Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.21 KB

PiPot (Micro Honeypot for RPi) - Main repository

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.

Contributing

Please read CONTRIBUTING before making any contributions.

Installation

Installing PiPot can be accomplished by following the following steps:

  • Copy or clone the entire pipot-server and pipot-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 use sudo)
  • Answer any questions the installer asks

This should leave you with a runnable installation.