Tags: python reverse engineering re 

Rating:

Tokens was a python exploitation challenge during the 2016 Pwn2Win CTF competition held from 25-27 March. When solved the team was awarded 50 points. This challenge focused on being able to identify exploitable python code which would allow the competitor to take advantage of the running service. This challenge explored the vulnerability of misusing the python eval() method. See link for more details.

Original writeup (http://goo.gl/piOS22).