Download and setup Pwnhyve
sudo sucd ~ git clone https://github.com/whatotter/pwnhyve && cd pwnhyveecho dtoverlay=dwc2 | sudo tee -a /boot/firmware/config.txt echo dwc2 | sudo tee -a /etc/modules echo "libcomposite" | sudo tee -a /etc/modulesecho dtparam=spi=on | sudo tee -a /boot/firmware/config.txtdtc -I dts -O dtb -o 3spi.dtbo ./core/install/spi-cs-extend.dts sudo cp 3spi.dtbo /boot/firmware/overlays/ echo "dtoverlay=3spi" >> /boot/firmware/config.txtsudo pip install -r requirements.txtapt install bettercap eaphammer golang-gocd ./core/pio go build pio.go cd ../..cp ./core/install/pwnhyveUSB /bin/ chmod +x /bin/pwnhyveUSBsudo dd if=/dev/zero of=/piusb.bin bs=65535 count=65535 status=progress mkdosfs /piusb.binsed -i "s@cwd@$(pwd)@g" ./core/install/pwnhyve.service cp ./core/install/pwnhyve.service /etc/systemd/system/systemctl daemon-reload systemctl enable pwnhyve.servicesudo reboot now
Last updated