Time's Up, Again!
Problem
Solution
undefined8 main(void) { init_randomness(); printf("Challenge: "); generate_challenge(); putchar(10); fflush(stdout); puts("Setting alarm..."); fflush(stdout); ualarm(200,0); printf("Solution? "); __isoc99_scanf(&DAT_00100efb,&guess); if (guess == result) { puts("Congrats! Here is the flag.txt!"); system("/bin/cat flag.txt"); } else { puts("Nope!"); } return 0; }$ python script.py Iteration #0 Challenge: (((((-1886135413) * (-687120364)) + ((294269581) * (1582871241))) - ((((-17798219) * (1585379416)) * (1261009084)) * ((-43416399) + (1227394943)))) - ((((-1868099744) * (388792763)) + ((-761322635) * (-1904639340))) + (((423915198) + (938350835)) + ((898339908) + (-1468634992))))) Answer: 42128093804841937203064357319295560 Iteration #1 Challenge: (((((-1198557986) * (-1647142996)) + ((-1134528065) * (-441174539))) - ((((-1094944300) * (-239912724)) * (-770189614)) * ((230930317) + (638786821)))) - ((((910186477) * (-660748696)) + ((-1457806516) * (-2113165691))) + (((-894967377) + (1288049451)) + ((-1413128335) + (-1784259912))))) Answer: 175962852982823941714121282654933100 picoCTF{Hasten. Hurry. Ferrociously Speedy. #3b0e50c7} It took 2 tries to get the flag.
Flag
Last updated