#ethernaut
Read more stories on Hashnode
Articles with this tag
Staking Strategies: An Insightful Journey Through Smart Contract Exploits in DeFi · Goals The Contract // SPDX-License-Identifier: MIT pragma solidity...
Clever Command: Bypassing Type Checks in Function Calls to Seize Control · Goals The Contract pragma solidity 0.6.12; contract HigherOrder { ...
Flipping the Switch: Engineering Calldata to Access Contract Functions · Goals The Contract This one is a really fun one to finish this series with a...
Gatekeeper's Challenge: Tackling Modifiers and Contract Security Layers · Goals The Contract // SPDX-License-Identifier: MIT pragma solidity...
Thanks for the Notif: Manipulating Custom Errors to Exploit Good Intentions · Goals The Contract A really fun challenge, with a simple goal and a pretty...
Securing Contracts: Employing Forta Alerts Bots to Mitigate Contract Exploits · Goals The Contract A pretty long code base this time, which is a good...