Writeup for Bank Vault Before diving into this writeup, it’s crucial to have a solid understanding of Foundry, a powerful framework for Ethereum smart contract development. Foundry will be your primary tool for writing, testing, and breaking contracts in this guide. Challenge Description Bank Vaults is a liquid...
Writeup for Death-star Before diving into this writeup, it’s crucial to have a solid understanding of Foundry, a powerful framework for Ethereum smart contract development. Foundry will be your primary tool for writing, testing, and breaking contracts in this guide. Challenge Description The Death Start is under...
Writeup for GuessIt Before diving into this writeup, it’s crucial to have a solid understanding of Foundry, a powerful framework for Ethereum smart contract development. Foundry will be your primary tool for writing, testing, and breaking contracts in this guide. Challenge Description Santa Clause has been kidnapped...
Writeup for Dungeons And Naga Before diving into this writeup, it’s crucial to have a solid understanding of Foundry, a powerful framework for Ethereum smart contract development. Foundry will be your primary tool for writing, testing, and breaking contracts in this guide. Challenge Description The developer of this...
WriteUp for NaiveReceiver Hello h4ck3r, welcome to the world of DeFi security! Working through challenges on Damn Vulnerable DeFi will sharpen your skills in identifying and exploiting vulnerabilities within decentralized finance protocols. Each challenge represents a specific DeFi exploit scenario, allowing you to...
Writeup for Unsolveable Money Captcha Hello h4ck3r, welcome to the world of smart contract hacking. In order to understand this writeup you need to understand foundry. Challenge Description Oh no! Hackerika just made a super-duper mysterious block chain thingy! I’m not sure what she’s up to, maybe creating a super...
Writeup for Minercraft Huh Hello h4ck3r, welcome to the world of smart contract hacking. In order to understand this writeup you need to understand foundry. Challenge Description Say, everyone knows minecraft right? The game about mining block after block after block after block….. NOTE! You only need to spawn an...
Writeup for Injus Gambit Hello h4ck3r, welcome to the world of smart contract hacking. In order to understand this writeup you need to understand foundry. Key Concepts To Learn When interacting with a smart contract, our interactions are conducted through transactions. Calling a function that modifies the state of a...
Writeup for Executive Problem Hello h4ck3r, welcome to the world of smart contract hacking. In order to understand this writeup you need to understand foundry. Challenge Description If only we managed to climb high enough, maybe we can dethrone someone? Exploit The below are source contracts. Setup contract 1//...
Writeup for BABY ERC-20 Hello h4ck3r, welcome to the world of smart contract hacking. In order to understand this writeup you need to understand foundry. Challenge Description No Description given Key Concepts to Learn In order to solve this challenge we need to understand overflows and underflows in solidity. 1//...