Tool used to create the HoneyPi images. Based on raspberrypi.org Raspberry Pi OS Lite images
This build script uses the official Pi-Gen build script (https://github.com/RPi-Distro/pi-gen). It adds a custom stage to the default Raspberry Pi OS Lite (previously known as Raspbian Lite) image build.
- Download latest release
- Burn image on sd card
- Power on your Pi, after your first boot it does automatically reboot, wait some time after the boot. The HoneyPi services are automatically starting.
- Press the hardware button connected to your Raspberry Pi to start the 'HoneyPi'-AccessPoint (IP:
192.168.4.1
, WiFi-Password:HoneyPi!
) or connect your Raspberry to your Homenetwork-WiFi. - Visit with your browser http://IpOfYourPi/ or http://honeypi.local/ for further configuration.
- More information on controlling the software can be found in the main repo. The default SSH password in this pre-built HoneyPi image is
hivescale
. - Have fun!
Username: pi
Password: hivescale
Be sure that you have installed Docker on your System. You will also need a git client installed. Just start the script by calling:
sudo ./build-honeypi.sh
For cleaning up the workspace just call
sudo ./clean.sh
The build will be placed in the folder pi-gen/deploy/
For MacOS:
brew install coreutils