Aku ingin menjadi cukup kuat. Kemarin aku telah menjadi kuat, tetapi itu tidak cukup.

picoCTF - Rust fixme 1


Have you heard of Rust? Fix the syntax errors in this Rust file to print the flag! Download the Rust code here.

After retrieving the file, I downloaded and extracted the file

strikingsoul@ramones:~/Downloads$ gunzip fixme1.tar.gz 
strikingsoul@ramones:~/Downloads$ tar -xvf fixme1.tar 
fixme1/
fixme1/Cargo.toml
fixme1/Cargo.lock
fixme1/src/
fixme1/src/main.rs

I installed rust beforehand and tried to run the main file

Read more ⟶

picoCTF - The Numbers


Opening numbers.png, it showed this

alt text

I noticed the curly brackets and the 4 starting numbers: 16, 9, 3, 15. If you align it with alphabet order. I could just use pen and paper or even code about it but in this case I used CyberChef, the algorithm is called A1Z16

Read more ⟶