Download
All binary packages required for Honeyspider Network 2 deployment are delivered in form of Debian packages. To ease installation process a package repository was created. Please use the following instructions to add it to your system.
HSN2 Repository
- Download and add HSN2 repository public key using apt-key command. Key fingerprint is 7318 4F73 6C3F 7909 4258 167D 2011 7D1A E4A4 37E3.
# wget http://www.honeyspider.net/debian/public.key -O - | apt-key add -
- Add the repository to APT.
# echo "deb http://www.honeyspider.net/debian experimental main" > /etc/apt/sources.list.d/hsn2.list
- Update package database.
# apt-get update
Following these steps should make all Honeyspider Network 2 packages available for installation. To check it, please run the following command:
# apt-cache search hsn2
It should give you a list of available HSN2 packages. Now you can proceed with the installation steps.
HSN2 Virtual Appliance
If you just want to test Honeyspider Network, you can download virtual appliance (in .ova format) here. After you import it to a virtualization software (we tested it on VirtualBox 4.2.6) you will notice that there are two network interfaces configured: one is host-only and the other one is configured to be the external one and uses NAT. In order to test Honeyspider Network just do this steps:
- Boot up your virtual machine.
- Connect through the SSH (login: root, password: RootPassword).
- Start Honeyspider using ./start_hsn.sh script.
- Start GUI scheduler using python /var/www/hsn2/etc/scheduler.py start.
- Using your favorite browser go to the Virtual Machine IP address.
Table below present all the password you will need to use this virtual machine.
Credential type | User | Password |
---|---|---|
Root user | root | RootPassword |
Linux user | honeyspider | HSN2 |
MySQL | root | MySQLROOT |
MySQL user | hsn2 | somepassword |
WebGUI | root | DjangoRoot |
Source link....http://www.honeyspider.net/Download.html