
[vikeCTF Write-up]Floating Viking Head
·
해킹/CTF Write-Ups
❓ 문제Greetings, mere mortal! Are you ready to embark on a journey to unveil the flag and gain the wisdom of the floating Viking head? Harness the power of the oracle's gaze and use his words to guide you towards victory.올바른 값을 입력하면 그 값이 플래그인 것 같다 💡 풀이먼저 ida에 바이너리를 올려 내용을 파악한다.입력값을 받고 encrypt 함수로 암호화한 후 ciphertext와 암호화된 입력값과 0x1B 길이만큼 비교를 하게 된다. encrpyt함수를 확인해보면인자로 받은 문자열을 0x5D와 XOR연산을 하는 것을 확인 ..