Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 599 Bytes

File metadata and controls

11 lines (7 loc) · 599 Bytes

Shack the Secret

200 Points

Description

A researcher has discovered a file that has been encrypted with AES-128-ECB by an embedded device. The encrypted file has been captured through network analysis and the raw file is called Blob. With no debug ports available on the embedded device, one must extract the encryption key. Luckily, we have captured IC bus traffic while exercising functionality.

NOTE: The format of the flag is ATR[], for example: ATR[foobar]. The flag must be submitted in full, including the ATR and square bracket parts.

Hint

The hint is in the file ".hint"