Some Assembly Required 1, 2, 3 & 4
Descrição do desafio
Some Assembly Required 1
Some Assembly Required 2
p = "xakgK\5cNs((j:l9<mimk?:k;9;8=8?=0?>jnn:j=lu"
r = ""
for (let i = 0; i < p.length; i++) r += String.fromCharCode(p[i].charCodeAt() ^ 8)Some Assembly Required 3
let arrFlag = ["\x9d", "n", "\x93", "\xc8", "\xb2", "\xb9", "A", "\x8b", "\xc5", "\xc6", "\xdd", "a", "\x93", "\xc3", "\xc2", "\xda", "?", "\xc7", "\x93", "\xc1", "\x8b", "1", "\x95", "\x93", "\x93", "\x8e", "b", "\xc8", "\x94", "\xc9", "\xd5", "d", "\xc0", "\x96", "\xc4", "\xd9", "7", "\x93", "\x93", "\xc2", "\x90"];
let var14 = [-19,7,-16,-89,-15];
flag = "";
for(let i = 0; i < arrFlag.length; i++) {
flag += String.fromCharCode((arrFlag[i].charCodeAt() ^ var14[i % 5]) & 0xFF)
}Some Assembly Required 4
Autor da WriteUp
Atualizado