Skip to content

Commit 530c1c0

Browse files
authored
Add boot flag instructions to badge.md
Added instructions for obtaining the boot flag from the badge.
1 parent b470a2b commit 530c1c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

guides/fallctf-2025/badge.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ pip install --user mpremote
2020

2121
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.
2222

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+
2327
## Badge hacking
2428

2529
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

Comments
 (0)