Codehead's Corner
Random ramblings on hacking, coding, fighting with infrastructure and general tech
Posted: 17 Apr 2016 by Codehead
3 minute read

This was a nice little challenge from sCTF 2016. I’m trying to work on more tricky stuff, but this one looked like fun and I couldn’t resist.

Challenge:

Welcome to Verticode, the new method of translating text into vertical codes.


Categories: Hacking CTF
Posted: 27 Mar 2016 by Codehead
7 minute read

I only managed one task in the 2016 VolgaCTF, but it was a fun one. Coding a tic tac toe bot.

Challenge:

Tic-Tac-Toe

An important step towards the strong AI is the ability of an artificial agent to solve a well-defined problem. 
A project by the name 'tic-tac-toe' was one of such test problems. It's still up...

nc tic-tac-toe.2016.volgactf.ru 45679

Categories: Hacking CTF
Posted: 21 Feb 2016 by Codehead
3 minute read

Challenge:

File Checker (rev60)

Description:

My friend sent me this file. He told that if I manage to reverse it, I’ll have access to all his devices. My misfortune that I don’t know anything about reversing :/


Categories: Hacking CTF
Posted: 21 Feb 2016 by Codehead
2 minute read

Challenge:

FlagStore (exp70)

Description:

Here’s the ultimate flag store. Store and retrieve your flags whenever you want.


Categories: Hacking CTF
Posted: 21 Feb 2016 by Codehead
2 minute read

Challenge:

It’s Prime Time! (code60)

Description: We all know that prime numbers are quite important in cryptography. Can you help me to find some?

Service: 188.166.133.53:11059

Solution:

Running netcat against the address gave the following output:

> nc 188.166.133.53 11059
Hi, you know that prime numbers are important, don't you? 
Help me calculating the next prime!
Level 1.: Find the next prime number after 5:

Categories: Hacking CTF
Posted: 21 Feb 2016 by Codehead
2 minute read

I haven’t done much work with Ruby, but this little challenge from the Internetwache CTF looked interesting.

Challenge:

Ruby’s count (exp50)

Description: Hi, my name is Ruby. I like converting characters into ascii values and then calculating the sum.

Service: 188.166.133.53:12037

Solution

The first thing to do was to poke the service using netcat:

> nc 188.166.133.53 12037
Let me count the ascii values of 10 characters:
> 123
WRONG!!!! Only 10 characters matching /^[a-f]{10}$/ !

Categories: Hacking CTF
Posted: 7 Feb 2016 by Codehead
3 minute read

A nice little Stego challenge from SharifCTF

Challenge:

We have hidden a message in png file using jar file. Flag is hidden message. Flag is in this format:

SharifCTF{flag}

Files:

cheetah.tar.gz

Extracting the supplied tar.gz archive provided a PNG image:

AsianCheetah

Also included was Hide.jar, the Java code used to embed the flag in the image.


Categories: Coding CTF Hacking
Site powered by Hugo.
Polymer theme by pdevty, tweaked by Codehead