Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Analyze a Bitcoin OP_RETURN using a safe offline transaction fixture. transaction.json is a recorded artefact that needs no blockchain connection. Convert the nulldata output hexadecimal data to ASCII.
Find the output whose scriptPubKey.type is nulldata in evidence/transaction.json
The asm field contains hexadecimal data after OP_RETURN
Convert the hex to ASCII with xxd -r -p