Nova and Honeyd installation steps 1) git clone git://github.com/DataSoft/Honeyd.git 2) git clone git://github.com/DataSoft/Nova.git Nova 3) cd Nova 4) git submodule init 5) git submodule update 6) sudo apt-get install git build-essential libcap2-bin libann-dev libpcap0.8-dev libboost-program-options-dev libboost-serialization-dev sqlite3 libsqlite3-dev libcurl3 libcurl4-gnutls-dev iptables libboost-system-dev libboost-filesystem-dev libevent-dev libprotoc-dev protobuf-compiler liblinux-inotify2-perl libfile-readbackwards-perl 7) sudo apt-get install libevent-dev libdumbnet-dev libpcap-dev libpcre3-dev libedit-dev bison flex libtool automake tcl perl python 8) sudo bash Quasar/getDependencies.sh 9) Change directories to the $HONEYD_SOURCE folder created in #1 10) ./autogen.sh 11) automake 12) ./configure 13) make 14) sudo make install 15) Change into the $NOVAD_SOURCE folder created in #2 16) autoconf 17) ./configure 18) make 19) sudo make install 20) sudo nova_init 21) quasar 22) Browse to https://127.0.0.1:8080 23) Username: nova, password: toor You may want to run novacli start haystack debug to ensure Haystack running