aluminum-ice / pwnagotchi

(⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning.
https://pwnagotchi.ai/
Other
766 stars 55 forks source link

does/will this project support the orange pi zero 2W? #122

Open formula-spectre opened 8 months ago

formula-spectre commented 8 months ago

https://www.geeky-gadgets.com/orange-pi-zero-2w-features/
i think this might be a big step forward for the pwnagotchi scene, since it's somewhat more powerful than an rpi02W and it has usb type C.
I understand if the project will stick to rpi0, but it's neat to consider.
I think this project might already support this sbc, since at the end, it's a rpi0 clone, but since I don't have one,I can't confirm.
what do you think?

NMarkgraf commented 8 months ago

Invest the approx. 20 bucks, test it and report. That would be an idea, wouldn't it? ;-)

formula-spectre commented 8 months ago

already ordered one ;) tho idk when it will arrive; do I close this issue then re-open it when I get it?
insert cave jhonson's quote about science here

formula-spectre commented 7 months ago

PXL_20240417_172156428 something is cooking

formula-spectre commented 6 months ago

okay so I tried to flash an image, and in /boot/config.toml i've put this basic configuration:

main.name = "ORANGE ARMS!"
main.lang = "en"

main.plugins.grid.enabled = true
main.plugins.grid.report = true
main.plugins.grid.exclude = [
mynetworks
]

ui.web.enabled = true
ui.web.address = "::"
ui.web.username = "Gaim"
ui.web.password = "lockon!"
ui.web.origin = ""
ui.web.port = 8080
ui.web.on_frame = ""

ui.display.enabled = false

but after a good 20 minutes nothing appeared in my dmesg, aside from the usb device being plugged, and in ip a no usb0; am I missing some crucial step?

(btw if you get the reference you're cool :D)