Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 535 Bytes

OwnableProxy.md

File metadata and controls

27 lines (15 loc) · 535 Bytes

Ownable Proxy

Overview

The Ownable Proxy contract is a proxy contract that can execute a few different calls. Your objective is to become the owner and steal any Ether in the contract.

Contracts in Scope

OwnableProxy.vy

Exploit Contract

OwnableProxyExploit.vy

Proof of Concept Script

ownable-proxy.challenge.js

Execute Test

yarn test:ownable-proxy

Good Hacking.