Публикации по теме 'knightctf'


Рыцарь CTF
Это CTF в стиле опасности. Я играл под сообществом urchinsec. Обе команды выступили хорошо, я был в urchinsec 2. Итак, в этой статье я расскажу о проблемах программирования. Продолжить расчет One of our clients needs a command line tool to do some math tasks. Can you create the tool by following pseudo code ? Let x = 1 Let y = 2 Let answer += (x * y) + xy [here xy = 12] Repeat this calculation till you have x = 666 The final answer will be the flag when x = 666 Flag..