Dawg CTF 2020 Writeup | Solutions
Dawg CTF 2020 writeups, solution, code snippets, notes, scripts.
UMBC Cyber Defense - can it be breached?
Is the shield for keeping things in or keeping things out? https://clearedge.ctf.umbccd.io/
The website has a shield image as given in the challenge description as a hint.
Downloading and opening the image on the stegsolve tool give us the flag.
Flag- DawgCTF{ClearEdge_hiddenImage}
Tracking
Connect here: https://clearedge.ctf.umbccd.io/
The red box in the source page looks strange,they are actually ASCII value of some text.
On convering them gives the flag.
Flag- DawgCTF{ClearEdge_uni}
let her eat cake
Yet again, we begin on a journey to conquer: She’s hungry! https://clearedge.ctf.umbccd.io/. Our only hint, she’s hungry!
Decoding the Vigenere Cipher using this online tool
Gives us the text but the flag is not accurate though we get the automatic generated key.Using the same key on the CyberChef Tool
gives the proper flag format..
Flag- DawgCTF{ClearEdge_crypto}
Another Pcap
The flag must be somewhere around here…
we are given a .pcap file lets open it in wireshark.
Exporting HTTP requests we got 2 files
One of the file contain flag.txt which have flag in base64
Flag-DawgCTF{3xtr4ct1ng_f1l35_1s_fun}
Thanks for your patience,I hope you enjoyed reading. Happy Hacking…