Link: https://wargame.whitehat.vn/Challenges/DetailContest/143 Points: 100 Category: RE Description http://material.wargame.whitehat.vn/contests/11/digital_fortrees.exe flag = SHA1(FirstRoom:SecondRoom:ThridRoom) tl;dr Simple python program packed with py2exe. After recovering python code back from it, turns out all you need to do is factorize 28-digit number made of 3 primes. Solution…