y1w3n's blog

2024picoCTF General Skills writeups

2025-04-08

write by y1w3n(2024.05)

General Skills

Super SSH

題目說明

image

solve

照題目說的做就得到flag了
image

answer

picoCTF{s3cur3_c0nn3ct10n_07a987ac}

note

Time Machine

題目說明

image

solve

answer

picoCTF{t1m3m@ch1n3_8defe16a}

note

Commitment Issues

題目說明

image

solve

他說他刪掉了flag所以我用git log查看提交歷史
image
看到picoCTF <ops@picoctf.com>他在3/12創建了flag後又刪掉了
因此用git show,顯示指定提交的詳細訊息
image

answer

picoCTF{s@n1t1z3_cf09a485}

note

Verify

題目說明

image

solve

要找到跟checksum.txt裡面hash值一樣的檔案

接著用它給的decrypt. sh解密
image

answer

picoCTF{trust_but_verify_e018b574}

note

Blame Game

題目說明

image
給一個壓縮過的challenge.zip裡面有一個message. py

solve

answer

picoCTF{@sk_th3_1nt3rn_cfca95b2}

Collaborative Development

題目說明

image
給了一個flag. py ,裡面只有一行:print("Printing the flag...")就沒了
image

solve

answer

picoCTF{t3@mw0rk_m@k3s_th3_dr3@m_w0rk_7ae8dd33}

note

分支是獨立的。使得團隊成員能夠在不互相干擾的情況下並行開發和合作。

binhexa

題目說明

image
進去之後長這樣
image
就是它給了兩個二進制數字接著出題要我們答,共六題,我無聊玩了三次,每次出題那兩個數字是隨機的

solve

answer

picoCTF{b1tw^3se_0p3eR@tI0n_su33essFuL_d9a7ddd2}

note

運算式運算子概念

二進制計算機

進制轉換網站

← Back to Home