Skip to content Skip to navigation

crypto

writeup
04 Mar

NEOQUEST 2014 Quals - Hasta la vista

Category: 

Дано андроид приложение.

Распаковываем, декомпилим. Видим, что проверяется deviceId -> нет смысла запускать, т.к. будет работать только на одном устройстве.

Анализируем исходники, полученные с помощью декомпилятора:

1) Замечаем формирование ссылки и скачиваение файла с адреса вида:

writeup
02 Mar

MITM II: Electric Boogaloo (Crypto 200)

Category: 

Task:

Chisa and Arisu are trying to tell each other two halves of a very important secret! They think they're safe, because they know how cryptography works---but can you learn their terrible, terrible secret? They're available as services at 54.186.6.201:12346 and 54.186.6.201:12345 respectively.

http://bostonkeyparty.net/challenges/mitm2-632e4ecc332baba0943a0c6471dec2c6.tar.bz2

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
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*
 
Так же нам даны исходники этой схемы

Pages

Subscribe to RSS - crypto