Discussione Malware POISONTAP

Dexter0695

Utente Iron
14 Febbraio 2021
1
1
0
9
Buonasera sto provando a settare un raspberry pi 0 w come Poisontap durante l'esecuzione del seguente script:

# Instructions adjusted from https://gist.github.com/gbaman/50b6cca61dd1c3f88f41
sudo bash

# If Raspbian BEFORE 2016-05-10, then run next line:
BRANCH=next rpi-update

echo -e "\nauto usb0\nallow-hotplug usb0\niface usb0 inet static\n\taddress 1.0.0.1\n\tnetmask 0.0.0.0" >> /etc/network/interfaces
echo "dtoverlay=dwc2" >> /boot/config.txt
echo -e "dwc2\ng_ether" >> /etc/modules
echo "/bin/sh /home/pi/poisontap/pi_startup.sh" >> /etc/rc.local
mkdir /home/pi/poisontap
chown -R pi /home/pi/poisontap
apt-get update && apt-get upgrade
apt-get -y install isc-dhcp-server dsniff screen nodejs

mi si presenta questo errore sul server dhcp qualcuno ne vorrebbe discutere?
ERRORE:

Immagine 2021-02-14 172628.png