Download Latest Version pi-pot vanilla.zip (2.8 GB)
Email in envelope

Get an email when there's a new version of Raspberry Pi based Honeypots

Home / pi-pot vanilla
Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2015-01-22 1.7 kB
pi-pot vanilla.zip 2015-01-08 2.8 GB
Totals: 2 Items   2.8 GB 0
Installation Tutorial
=====================

Windows
=======
> Download "pi-pot vanilla.zip" and extract the image file.

> Insert the SD card into your SD card reader and check which drive letter was assigned. You can easily see the drive letter (for example G:) by looking in the left column of Windows Explorer.

> Download the Win32DiskImager utility and extract the executable from the zip file and run the Win32DiskImager as administrator.

> Select the image file you extracted above.

> Select the drive letter of the SD card in the device box. 

> Click Write and wait for the write to complete.

> Exit the imager and eject the SD card.

> Now insert the SD into raspberry pi's slot and switch it on.

> Use an NMAP ping scan to find out the IP address of raspberry pi.

> Use port 2222 to make an SSH connection. The default username:password are pi:raspberry

> Run "sudo raspi-config" and select "Expand Filesystem"

> Click on finish and reboot, once rebooted ssh into the pi again. You are now ready to run honeypots. Please go through the readme.txt file for required commands to run honeypots.


Kippo
=====
Use the following commands to run kippo :
> sudo su kippo
> cd
> cd kippo
> ./start.sh


Dionaea
=======

Run dionaea using the following commands :
> cd /opt/dionaea/bin

> sudo ./dionaea -u nobody -g nogroup -r /opt/dionaea -w /opt/dionaea -p /opt/dionaea/var/dionaea.pid

Note: If you want to run it in the background then use :sudo nohup ./dionaea -u nobody -g nogroup -r /opt/dionaea -w /opt/dionaea -p /opt/dionaea/var/dionaea.pid &


Glastopf
========
To run glastopf use the following commands :
> cd /opt/myhoneypot
> sudo glastopf-runner
Source: readme.txt, updated 2015-01-22