Level 1 Noob Hacker
Ethernaut 07 Force
0 / 100 EXP 100 EXP to Junior Hacker
0%

Challenge 7 / Ethernaut

Force

Goal

  1. Make the Force contract hold a positive ETH balance.

Your task

Read Force.sol, then complete Exploit.s.sol.

:~/targets/ethernaut-force$
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

contract Force {
    /*
        The contract has no payable function.
        The goal is still to make its balance greater than zero.
    */
}