subtitle

Tipps & Tricks RaspberryPI


Autostart chromium Webbrowser Getstested mit Bullseye auf RaspberryPI 2: Datei “autostart_chromium.sh' unter dem User pi anlegen xset s off xset s noblank xset -dpms # Allow quitting the X server with CTRL-ATL-Backspace setxkbmap -option terminate:ctrlaltbksp echo "Starte Browser" chromium-browser --start-fullscreen 'https://www.i87b.de/' Dann unter ‘/etc/xdg/lxsession/LXDE-pi’ die Datei ‘autostart’ um die folgende Zeile ergänzen. @/home/pi/autostart_chromium.sh …
Read more ⟶

Installation HonePy


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.…
Read more ⟶

HoneyPy Kopplung mit Fail2ban


https://github.com/kebq42/honey4fail2ban…
Read more ⟶