From af3f52a38c6c9864a021c5ccec4f2c4844e2157b Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 4 Jul 2026 20:02:51 +0900 Subject: [PATCH] misc/piece_by_piece --- misc/piece_by_piece/output.log | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 misc/piece_by_piece/output.log diff --git a/misc/piece_by_piece/output.log b/misc/piece_by_piece/output.log new file mode 100644 index 0000000..6939d3f --- /dev/null +++ b/misc/piece_by_piece/output.log @@ -0,0 +1,17 @@ +ctf-player@pico-chall$ ls +instructions.txt part_aa part_ab part_ac part_ad part_ae +ctf-player@pico-chall$ cat instructions.txt +Hint: + +- The flag is split into multiple parts as a zipped file. +- Use Linux commands to combine the parts into one file. +- The zip file is password protected. Use this "supersecret" password to extract the zip file. +- After unzipping, check the extracted text file for the flag. + + +ctf-player@pico-chall$ cat part* > full.zip +ctf-player@pico-chall$ unzip -P supersecret full.zip +Archive: full.zip + extracting: flag.txt +ctf-player@pico-chall$ cat flag.txt +picoCTF{z1p_and_spl1t_f1l3s_4r3_fun_574adc66}