The Cyber Grabs CTF Wa4m_up Solution: When you look at the challenge file. You will See there is same pattern follow of Encoding @ and $ So just replace @…
CTF
-
-
The Cyber Grabs CTF Reverseenc0 Solution: Open the binary up in IDA, check String window. Binary is packed with UPX, so we run upx -d to unpack it. Using ldd…
-
The Cyber Grabs CTF Baby Web Solution: So when you follow the url you will redirected to the Blank webpage which has written: But When you open the network tab…
-
The Cyber Grabs CTF r3c0n Solution: I looked at his social profiles. Got something in his GitHub profile. On his github.io page I got a fake flag. But after looking…
-
The Cyber Grabs CTF Follow Solution: After checking out author’s social media handles. On twitter I got a tweet. Decode it from here: https://holloway.nz/steg/ cybergrabs{tvigt6} Easy!!! Solution: In this challenge,…
-
The Cyber Grabs CTF 0x02. Jasper Solution: This was the easiest one. Just Use exif tool to get the flag. cybergrabs{Y0U_4re_g00d_4t_m3ta_DaT4} Password Link Solution: For this challenge we have to…
-
What is CTF? Capture The Flag is a kind of information security competition that challenges contestants to solve a variety of tasks ranging from a scavenger hunt on wikipedia to…