[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
/ lustrous Public archive

Vyper Internals Challenge in HITCON CTF 2024 Quals

Notifications You must be signed in to change notification settings

minaminao/lustrous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lustrous

Lustrous is a Vyper challenge created for HITCON CTF 2024 Quals.

This repo includes:

The challenge contract is land_of_the_lustrous.vy.

NOTE: This version has been revised to address an unintended solution.

Description

"In a world inhabited by crystalline lifeforms called The Lustrous, every unique gem must fight for their way of life against the threat of lunarians who would turn them into decorations." – Land of the Lustrous

nc lustrous.chal.hitconctf.com 31337

Generate the distributed files

make generate-distfiles

Launch a challenge server

make start-challenge-server

Access the challenge server

nc localhost 31337

Good luck!


Writeup

Brief Writeup

Run the author's solver

Local:

make run-solver

Remote:

make run-solver-remote

About

Vyper Internals Challenge in HITCON CTF 2024 Quals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published