CTF Platform
Register
Login
Welcome,
!
Wallet:
Logout
🎯 Select Challenge
🏗️ Start Instance
💻 Smart Contracts
🎯 Vulnerable Contract
Select a challenge to view the vulnerable contract.
🔧 Attack Contract
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; interface ITarget { function isCompleted() external view returns (bool); } contract Attacker { function attack(address target) external { // Write your exploit here } }
🔨 Compile & Deploy
✅ Verify Solution
💻 System Console
Clear
Toggle
🚀 Welcome to Zokyo CTF Platform!
🔐 Please login to start solving challenges.
🏆 Leaderboard
Rank
Username
Score
Solves
Last Activity
Loading leaderboard...