Skip to content

Latest commit

 

History

History

md5--

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

md5--

Event Title Category Cost
HSCTF 6 md5-- WEB ~230

Discription

Written by: dwang

md5-- == md4

https://md5--.web.chal.hsctf.com

Solution

On the page we see the source code.

If the condition $ _GET ["md4"] == hash ("md4", $ _GET ["md4"]) is met, then we get a flag.

Googling a bit, found something interesting.

It is necessary to find such a string "0eDigits", md4 hash from which is also equal to "0eDigits".

This string is 0e251288019

Скрипт для решения

Flag
hsctf{php_type_juggling_is_fun}