Skip to content Skip to navigation

Writeups

writeup
01 Mar

Xorxes the Hash (Crypto 200)

Category: 

Task:

Xorxes is a hash collision challenge. The goal is to find a second preimage for the input string "Klaatubaradanikto". Submit it as the flag. UPDATE: It has been pointed out that there are multiple solutions. The flag is the one with md5sum '7179926e4253a0b405090df67f62c543'. (Use `echo -n FLAG | md5sum'.) UPDATE THE SECOND: The solution is short.

http://bostonkeyparty.net/challenges/xorxes-ad7b52380d3ec704b28954c80119789a.py

writeup
24 Feb

Automata

Category: 

Task:

==========================================

OS : Ubuntu 13.10 x86

IP : 58.229.183.18 / TCP 8181

http://58.229.183.26/files/automata_7329666edefb3754ec91b7316e61bb7d

==========================================

writeup
12 Feb

Aski (Binathlon 300)

Category: 

Description:

Download Aski.

Solution:

After downloading file we can see that it's x86 ELF. The description tells us nothing, so the best way to understand what is it --- execution:) When we execute it, we will see a newly created conlose with very-very fast changing pictures (every picture is a set of ASCII symbols). Hmm.. maybe something intresting is hidden in those pictures?.. Let's take a look!

writeup
04 Feb

Challenge 1: Guerilla

Category: 

First we see the text on the page: "You must specify a nick". After quick look into source code of the page we understand that our URL must contain GET-parameter 'nick' with random value.

Then server sends us some leet-modified string like 

51xty tw0 plu5 0n3

and expecting from us solution of this expression in the same format.

Experimentally found that there is only 4 leet-modified characters: '1' == 'i', '3' == 'e', '5' == 's', '0' == 'o'.

writeup
02 Feb

Markoff

Category: 

The name of this task connected to "Markov chain"

The main idea of that system is that the next state depends only on the current state, and there is a probability of transition.

First try shows, that one word phrases are shutting down the connection.

So we need to start with two word phrase. First hint is in the password:"talk_with_markov_about_positive_things".

writeup
31 Jan

Secc

Category: 
Задание:
 
This key verification scheme is built on elliptic crypto, bet this points are
impossible.
 
nc 195.133.87.171 5555
 
password: secch4l*
 
Так же нам даны исходники этой схемы
writeup
30 Jan

Rbox

Category: 
 
Задание:
 
Unhash this:
5ebad7dcbd73584f32ef949486a161a1e9f10e48ade43b03649a2ca680f327c4
 
nc 195.133.87.165 5555
Auth token: rb0xch4ll3ng3
 

Pages