CERTIFICATIONS
4 exploits
2 certified
Exploit Foundations
Interact with vulnerable devnet programs, complete exploit objectives, and unlock wallet-bound certifications.
Hands-on solana programs security wargame. Exploit real vulnerabilities, learn from past hacks, participate on review training and earn verifiable certifications.
1#[derive(Accounts)]2pub struct DepositTokens<'info> {3 #[account(mut)]4 pub user: Signer<'info>,5 6 #[account(mut)]7 pub vault: Account<'info, TokenAccount>,8 9 #[account(mut)]10 pub user_token_account: Account<'info, TokenAccount>,11 12 pub token_program: Program<'info, Token>,13}Mission Status
Level 1
Exploit objective verified. Wallet-bound certification is ready.
Train the fundamentals of security workflow on Solana
CERTIFICATIONS
4 exploits
2 certified
Interact with vulnerable devnet programs, complete exploit objectives, and unlock wallet-bound certifications.
Vulnerable
Patched
Study structured research scenarios side-by-side while tracing real-world Solana bug patterns.
Practice professional findings and team review rooms built for onboarding, assessment, and readiness.
Intentionally vulnerable Solana programs deployed on devnet.
On-chain objectives with wallet-bound certifications.
Insecure implementations beside patched versions.
Arbitrary CPI, PDA misuse, signer confusion, and authority bugs.
Severity, exploit reasoning, impact, and remediation practice.
Challenge environments for first-flights, and review writeup training.

Open the wargame, inspect vulnerable programs, complete on-chain objectives, and turn each exploit into review-ready proof.