Skip to content

xhyumiracle/rwctf3rd-Re-Montagy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealWorldCTF 3rd Finals - Re:Montagy

Challenge

Background:

Hi there, I heard from my agent that many people ´_>` solved my challenge last year which was joyful. You might notice something when seeing this challenge name. And yes, last year's challenge was actually a part of this final art. A game started a year ago, lost between 0&1, come from the path and back through the shadow, will you catch the 'Montage' spirit? I'm waiting for you, from the past to the future.

-- A. Monica

Description:

$ nc <docker_ip> 10101

provided files:

  • Montagy.sol: the target contract
  • Puzzle.sol: the contract deployed during newPuzzle

Goal:

Let the ETH balance of Montagy contract becomes 0.

Deployment

$ docker run -d -p 10101:20000 --env-file .env -v `pwd`/contracts:/home/ctf/contracts -v `pwd`/challenge.yml:/home/ctf/challenge.yml chainflag/eth-challenge-base:0.9.2
$ nc localhost 10101

or

$ docker-compose up -d

Info

https://ctftime.org/task/14505

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published