Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 382 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 382 Bytes

RANDOM Challenge

XKCD #221

This was probably the easiest challenge in the CTF.

Contrary to its name, _getRandomNumber function always returned 4. So the solution was just as easy as calling the solve function with 4.

Inside soln/ a python script we used to send the solve() transaction can be found.