Zero MartAPOCALYPSE has recently started ZeroMart, which is a service that lets their agents redeem the latest 0-day exploits with their credits. Seems like their members have been accessing their underground service by using a client program that has been given to them. We've managed to get our hands on the client, so can you try and infiltrate their system? The server runs python 3.7 Note: flag.txt is located at /app/flag.txt. Also you might need to install the python requests library to get the client running.Read writeup
SCAndalYour aim is to identify the 6 removed values, sort them in ascending order, then your flag would be flag{num[0],num[1],num[2],num[3],num[4],num[5]} For example : if the missing numbers are [1, 69, 42, 169, 142, 242], the flag would be flag{1,42,69,142,169,242}.Read writeup