The Ethernaut CTF Solutions | 07 - Force
Goals
The Contract
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract Force {
/*
MEOW ?
/\_/\ /
____/ o o \
/~____ =ø= /
(______)__m_m)
*/
}
Not so many functions, right?
The hack
In this E...
blog.pedrojok.com2 min read