Allowance
On this page
Description
This challenge is solved by my teammate, Jin_707
. This writeup is written by Jin_707
.
Solution
At first to spawn up our instance, use the curl
command given and get the token(?) I’m not sure and input into the web app, then an instance will be spawned.
At first we get two files for this challenge which is the setup.sol
, and gurl.sol
. gurl.sol
shows that a passphrase is needed, but it was hashed with keccak256, with the strings exposed to us “warlocksmurf wants your ethereum” hence we can get the passphrase hash with
The cast function is in foundry library so need to install beforehand.
Then the after job are all left to ChatGPT :P
The structure is:
<Gurl_Contract_Address> can be retrieved with (if not mistaken)
Example:
Final payload: