Pwnagotchi: Difference between revisions

From Edgar BV Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


=Networking=
=Networking=
==Via USB==
change ethernet gadget (usb network) to a stable MAC address (choose whatever mac you like)
change ethernet gadget (usb network) to a stable MAC address (choose whatever mac you like)


Line 17: Line 18:
   g_ether.host_addr=86:5A:EE:60:99:4B g_ether.dev_addr=86:5A:EE:60:99:4B
   g_ether.host_addr=86:5A:EE:60:99:4B g_ether.dev_addr=86:5A:EE:60:99:4B


In nm-connection-editor you can set the ipv4 settings on your linux box to 10.0.0.1/8 and you can ssh in.
==Wifi==
you can't use iwconfig to connect the wireless, you have to use wpa_supplicant
you can't use iwconfig to connect the wireless, you have to use wpa_supplicant
=ssh in=
ssh pi@10.0.0.2

Revision as of 12:20, 12 May 2020

Pwnagotchi.ai installation guide

Raspberry Pi GPIO pinout

Adafruit PiRTC DS3231 remove the GPIO connector and then solder

PiRTC pinout

2017 info on using DS3231 Real Time Clock

Waveshare e-ink display test utility

Networking

Via USB

change ethernet gadget (usb network) to a stable MAC address (choose whatever mac you like)

add the following to the end of /boot/cmdline.txt

  g_ether.host_addr=86:5A:EE:60:99:4B g_ether.dev_addr=86:5A:EE:60:99:4B

In nm-connection-editor you can set the ipv4 settings on your linux box to 10.0.0.1/8 and you can ssh in.

Wifi

you can't use iwconfig to connect the wireless, you have to use wpa_supplicant


ssh in

ssh pi@10.0.0.2