Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 387 Bytes

reentrancy.md

File metadata and controls

9 lines (8 loc) · 387 Bytes

The goal of this level is for you to steal all the funds from the contract.

  Things that might help:

  • Untrusted contracts can execute code where you least expect it.
  • Fallback methods
  • Throw/revert bubbling
  • Sometimes the best way to attack a contract is with another contract.
  • See the "?" page above, section "Beyond the console"