Installation HonePy

Posted on Mar 18, 2018

Installation HonePy

Installation inetSim

http://www.inetsim.org

Installationsanleitung: http://www.inetsim.org/packages.html

Raspian Light installieren und updaten

  • root shel starten:

    sudo bash 
    
  • inetsim Repo als Paket-Quelle hinzufügen

    echo "deb http://www.inetsim.org/debian/ binary/" > /etc/apt/sources.list.d/inetsim.list
    wget -O - http://www.inetsim.org/inetsim-archive-signing-key.asc | apt-key add -
    apt update
    apt install inetsim
    
  • Die Datei ‘'/etc/inetsim/inetsim.conf’' anpassen und die ‘‘servicebind address’’ auf die externe IP Adresse setzen:

servicebindaddress 1.2.3.4

Die Dienste: ‘‘dns,ntp,dummy_*tcp,dummy_udp’’ deaktivieren:*

#start_service dns
#start_service https
#start_service ntp
#startservice dummy_*tcp
#startservice dummy_*udp
  • Die Datei ‘'/etc/default/inetsim’' Parameter auf ‘‘ENABLED=1’’ setzen
  • Raspi neustarten

Installation HonePi

sudo apt install git toilet
git clone https://github.com/binkybear/HoneyPi.git
cd HoneyPi/
chmod +x *.sh
sudo ./install_HoneyPi.sh

Programm weiter ansehen FIXME