Audit Contest - I (Code4rena, Cyfrin, Sherlock)
Overview Next Generation Signature replayable across multiple chaines (Low) [link] RAAC (soon) Gamma (soon) Rova Protocol (With PoC) // unfortunately, this is vulnerabi...
Overview Next Generation Signature replayable across multiple chaines (Low) [link] RAAC (soon) Gamma (soon) Rova Protocol (With PoC) // unfortunately, this is vulnerabi...
i could solve only three easy solidity challs :/ but in the casino challenge, i was able to bypass the signature but not the bet() function. hope that i will be better Diamoand Heist uint c...
개요 플래시론은 DeFi에서의 무담보 대출이다. 사용자는 플래시론을 통해서 원하는 ERC 20 토큰을 대출받아 사용할 수 있으며 이렇게 대출받은 대금은 한 트랜잭션 내에서 상환까지 모두 이루어져야 한다. 만약 대출금 상환이 제대로 이루어지지 않는다면 플래시론을 시작으로 생성된 트랜잭션은 없던 것으로 간주되며 Pool로 돈이 상환되게 된다. 사용...
개요 ERC1337 문제는 Third Contract 분석을 통해서 에 구조를 파악하여 취약점을 악용하여 Owner가 가지고 있는 토큰을 탈취하는 문제이다. contract Level { ERC1337 public token; uint256 public solved; constructor() { toke...
개요 Real World CTF에 웹3 문제 있길래 풀어봤다. SafeBridge 문제의 솔브 조건은 L1 -> L2 브리지에서 토큰 잔액을 빼내는 것이었다. 이더리움에서 L1 -> L2 브리지는 주로 두 가지 계층 간의 상호 작용을 용이하게 하는 기술을 가리킨다. contract Challenge { address public ...