You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/fallctf-2025/badge.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ pip install --user mpremote
20
20
21
21
From there, type `mpremote` to open a REPL on the badge. Press Ctrl-C to interrupt the current running program and Ctrl-D to reboot the badge. Press Ctrl-X to exit the prompt.
22
22
23
+
### Boot flag
24
+
25
+
To get the boot flag, connect the badge to the computer and run `mpremote`. Press Ctrl-C to interrupt the running program and Ctrl-D to reboot to get the boot flag.
26
+
23
27
## Badge hacking
24
28
25
29
Check out the src.zip for the source code. Run `mpremote ls` to list files and `mpremote cp :src.zip .` to copy files from the device (in this example, `src.zip`).
0 commit comments