Maojui

StarCTF 2019 - babyprng1 (Crypto, 243)

Puzzle
ChallengeServer: nc 34.92.185.118 10003File: task.py SolutionLike babyprng, command operation has change, the output condition become strict. 123 ...
Read more

StarCTF 2019 - notfeal (Crypto, 740)

FEAL Differential cryptanalysis
ChallengeFile: task.py This service gives us 50 ciphertext of our chosen plaintext, then it gives us the encrypted flag. SolutionIt’s a typical s ...
Read more

StarCTF 2019 - babyprng (Crypto, 206)

Puzzle
ChallengeServer: nc 34.92.185.118 10003File: task.py This is an puzzle game, given some command to controll. Solution123pc : program counter stac ...
Read more

PlaidCTF 2019 - Horst (Crypto, 200)

Conjugate Cycles
We are given two files: the main script horst.py, used for encryption and decryption; data.txt, which includes two plaintext-ciphertext pairs. The ...
Read more

長度擴充攻擊 | Length Extension Attack (LEA)

Intro Hash Length extension attack
常見的雜湊函數 md5, sha1, sha2, sha256, … 其中的過程其實跟 CBC 長得蠻像的,先切成一塊一塊的 block 去做 Hash (blocksize = 128, 256, 512, … 依算法而定) 與 Blockcipher 一樣,最後一塊長度不足的 ...
Read more

0CTF 2019 - Baby RSA (Crypto, 74)

RSA Polynomial
Challenge1RSA challs are always easy, right? Even if N is not a integer. file : flag.enc, pubkey.py, rsa.sage Some Facts and Definitions From Al ...
Read more

Defcamp 2018 - ico (Blockchain - 387)

Ethereum DoS
ChallengeOur team has prepared for an ICO. However, we are worried that there might a way to exploit the smart contracts in such a way that new in ...
Read more

Defcamp 2018 - subscribers (Blockchain - 352)

Ethereum storage
ChallengeYour goal is to subscribe as a VIP. Target: http://142.93.103.129:3000 This challenge is an Storage Allocation Description in smart co ...
Read more

AIS3 2018 - Blind (Misc, 4)

CBC bitflip
Challenge這是一個猜數字的題目,你送出去的東西,他會幫你用 AES.CBC decrypt. 因為不知道 key,密文解密成什麼已經不重要了,我不會知道 還好 iv 可以自己控制,iv 能幹嘛? 他會幫我 xor 我被解密的亂數呀。 能做的就是好好控制 iv ,測試我 “被解密的亂數 ...
Read more

AIS3 2018 - EFAIL (Crypto, 4)

CBC
challenge server.py 題目 : 連線過去輸入1, 你會發現,他的密文長度600多:flag 大約 32~48 bytes 當你試著輸入2, 你會發現,這個題目不會給你反應@@ AES-CBC with Random IV 不知道這題要幹嘛,反正仔細看看裡面有什麼東西 ...
Read more
Prev Next