RasPwn OS bring up

Preparation

Download and unpack the image:

wget -c https://github.com/alphacharlie/RasPwn/releases/download/v0.12g/raspwn-release.zip
unzip raspwn-release.zip

Install image to MicroSD card

Insert the MicroSD card into your host computer and check the systemd journal for the appropriate device node:

journalctl -k -f | grep sd
  ...
  Jun 28 20:15:19 discordia kernel:  sdc: sdc1
  ...

Use dd to write the image to the card:

Be careful when running the following command! The output file (of) has to be the MicroSD card's device node!

sudo dd bs=4M if=raspwn-release/raspwn-0.12g-release.img of=/dev/sdc conv=fsync

Boot RasPwn OS and connect to WiFi Network

Connect the power-supply and scan for the RasPwnOS access point:

sudo iwlist wlp3s0 scan | grep RasPwnOS
                ESSID:"RasPwnOS"

Finally connect to the network:

  • SSID: RasPwn OS

  • Password: In53cur3!