TL;DR Just jump to the conclusion at last part if you think this write-up is too lengthy →
Cryptography
Thnks fr th Pwds
Description:
- It seems to be encoded as base64, so I decoded it in the following command
MetaCTF{encoding_is_N0T_the_same_as_encryption!!}
Wrong Way on a One Way Street
Description:
- Find the hash with online cracking tools and get:
MetaCTF{babyloka13}
Size Matters
Description:
- Find the RSA with online cracking tools and get:
MetaCTF{you_broke_rsa!}
Forensics
Magic in the Hex
Description:
- Found the magic number of the
VMDK
file by googling
Got flag:
KDM
Sharing Files and Passwords
Description:
- Download the
pcap
file and filter the FTP protocol and the password revealed METACTF{ftp_is_better_than_dropbox}
Still Believe in Magic?
Description:
- Got a file, and when
file magic.tar.gz
, We got:1
magic.tar.gz: gzip compressed data, last modified: Fri Dec 3 16:51:29 2021, from Unix, original size modulo 2^32 10240
- It seems the flag is compressed in two kinds of methods (
.tar
and.gz
), so we have to decompress it.
- It seems the flag is compressed in two kinds of methods (
MetaCTF{was_it_a_magic_trick_or_magic_bytes?}
Referece
- How to decompress files in gzip
- How to decompress files in tar
Other
This Ain't a Scene, It's an Encryption Race
Description:
- Find the Mitre ATT&CK technique ID for the encryption of data by googling
T1486
Reconnaissance
Sugar, We're Goin Up
Description:
- Found that by googling
CVE-2021-22205
The Best Laid Plans...
Description:
- Found that by googling
MetaCTF{Ipv4pReceiveRoutingHeader}
Who Broke the Printer This Time?
Description:
- Found that by googling
CVE-2021-34527
Web Exploitation
Under Inspection
Description:
- There is an easy login-page
- I try to look around the
Network
by Developer’s tools and find something interesting: MetaCTF{do_it_with_style_or_dont_do_it_at_all}
Conclusion for this semester (ASU CSE 466)
Fun
- Although this is the last CTF game playing with the team
ToInfinityAndBeYANd
, I had a lot of fun. Thank you all for playing CTF with me this semester. Plus, thank you Yan for providing this great opportunity for us to play CTF this whole semester. Have a lot of fun. Thanks! I’ll keep pushing until I get the yellow belt (even the blue belt)! LOLShout out to all the teammates!
We had a team called
Hacker
in discord