Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Capture the Flag: An Owner's Manual
Search
vito
January 27, 2016
Programming
0
90
Capture the Flag: An Owner's Manual
From USENIX Enigma 2016
vito
January 27, 2016
Tweet
Share
More Decks by vito
See All by vito
Modernizing SQL Injection CTF Challenges
vito
0
160
Raw Water: Quenching Your Thirst for SQL Injection
vito
0
74
Lessons Learned from Five Years of Building Capture the Flag
vito
0
490
What I've Learned Writing CTF Challenges
vito
0
150
Building DEF CON CTF with Ruby
vito
0
600
Other Decks in Programming
See All in Programming
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
890
ゲームの物理
fadis
5
1.5k
Constant integer division faster than compiler-generated code
herumi
2
680
TROCCO×dbtで実現する人にもAIにもやさしいデータ基盤
nealle
0
300
コンテキストエンジニアリング Cursor編
kinopeee
1
670
AWS Serverless Application Model入門_20250708
smatsuzaki
0
120
学習を成果に繋げるための個人開発の考え方 〜 「学習のための個人開発」のすすめ / personal project for leaning
panda_program
1
110
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
420
Flutterと Vibe Coding で個人開発!
hyshu
1
260
実践 Dev Containers × Claude Code
touyu
1
230
大規模FlutterプロジェクトのCI実行時間を約8割削減した話
teamlab
PRO
0
490
Claude Codeで実装以外の開発フロー、どこまで自動化できるか?失敗と成功
ndadayo
2
730
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
184
22k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Docker and Python
trallard
45
3.5k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Documentation Writing (for coders)
carmenintech
73
5k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
A Modern Web Designer's Workflow
chriscoyier
695
190k
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.8k
Side Projects
sachag
455
43k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
470
Transcript
Capture the Flag An Owner’s Manual Vito Genovese USENIX Enigma,
January 27, 2016
What is CTF?
Qualifiers May 20 through May 22 FREE FUN OMG wow
Finals August 5 through August 7
Best of the Best Quals >1400 teams Finals 15-20 teams
Winner
Best of the Best
Engineer a Non-Frustrating Game
Operate a Reliable Game
Have the Empathy to Make the Game Fun
Engineering
Engineering Process 1. Define problem 2. Research 3. Decide requirements
4. Brainstorm solutions 5. Pick the best solution 6. Build it 7. See if it's good enough 8. Redo what’s not
What kind of game? Jeopardy vs. Attack-defense
None
Jeopardy is Easy Scoreboard Standalone challenges
Jeopardy is Easy No complex networking No complex admin work
(for players)
Attack-Defense is Hard Complex network Sensitive to connectivity Teams host
services? We host services? Slow services Unavailable services Superman defenses Metagaming
Theming Banking Stuxnet Board Game Marijuana culture Money Laundering Botnet
SCADA Wizardterrorism Generic hacker
Theming web crypto forensics reverse engineering programming shellcode
Jeopardy Scoring SELECT t.id AS team_id, t.name AS team_name, SUM(c.points)
AS score, MAX(s.created_at) AS last_solve FROM teams AS t INNER JOIN solutions AS s ON s.team_id = t.id INNER JOIN challenges AS c ON s.challenge_id = c.id WHERE team_id != 1 GROUP BY t.id ORDER BY score DESC, MAX(s.created_at) ASC, MAX(s.id) ASC
Attack-Defense Scoring aww jeez
Attack-Defense Game Flow PPP atmail scorebot Shellphish
Attack-Defense Game Flow PPP atmail scorebot Shellphish deposit
Shellphish Attack-Defense Game Flow PPP atmail scorebot steal
Shellphish Attack-Defense Game Flow PPP atmail scorebot redeem
Shellphish Attack-Defense Game Flow PPP atmail scorebot availability okay availability
check
Shellphish Attack-Defense Game Flow PPP atmail scorebot failed availability ☠
☠ can’t steal
Attack-Defense Metagaming Any sufficiently complex game is metagameable
Downtime vs. Being Hacked
Reflection
First Blood
Attack-Defense Scoring Zero Sum Finite number of flags Flags per-service
Attack-Defense Scoring Can lose N-1 flags to steals per round
Stolen flags split among stealers Remainders redistributed fairly
Attack-Defense Scoring Downtime means lost steal opportunity Teams lose 2(N-1)
flags to downtime
Attack-Defense Scoring Remainder and downtime flags are the flags of
the people
Science of Challenges • Think of cool bugs • Write
bugs, tool to check vulnerability • Wrap ‘em in analysis surface • Write smoke test and health checks
Art of Challenges The machine is your canvas and the
only limit is ~your imagination~
Art of Challenges Historic interest Uniqueness Inherent humor
Challenges and Team Size Smaller teams don’t solve challenges slower
Bigger teams can solve more challenges at once
Challenges and Team Size Fewer and Harder Smaller and Smarter
Challenges and Team Size
Challenges and Operations Engineering great, fun, reliable challenges is the
best ops improvement you can make.
Operations
CTF Operations The dream is for the organizing team to
just party and be jerks to teams during the game
CTF Operations “Is this down or broken?” “Is this actually
exploitable?”
CTF Operations It only has to work for a weekend
CTF Operations Start on time by being ready early
Jeopardy Operations Boston Key Party Servers $27 Quals 2013 Servers
$284 Quals 2013 Booze $340
Attack-Defense Operations
Attack-Defense Operations
Attack-Defense Operations We bring hardware to Vegas
Bring Hardware Weird architectures
Bring Hardware Teams don't want to bring hardware
Bring Hardware Don’t trust the uplink
Exceptions • Stratum Auhuur who trusted the uplink at cccamp
• Also shout out to Shellfish for bringing a server rack to compete at DEF CON
Attack-Defense Operations
Attack-Defense Dynamics
Attack-Defense Dynamics Player time is a limited resource 1 shower
2 meals 3 hours of sleep
Attack-Defense Dynamics 1. Player 1 solves Service A 2. Player
1 starts Service B 3. Service A’ is released 4. Player 1 has a choice
Defecators & Ventilators Sometimes challenges break
Defecators & Ventilators 10 hours / 1 Tester = 10
Hours 10 hours / 20 Teams = 30 Minutes 10 hours / 1000 Teams = 36 Seconds
Defecators & Ventilators Perverse incentives
Empathy
Challenges and Empathy The game is for the players Players
want good, fun, working challenges
Empathy • We do it for the users/players/audience • picture
of CLU goes here
Empathy Run the game you want to play
Empathy Don’t lie to players Deceive the players iff it
makes the game more fun
Frustration Trivia & Memes are hit or miss Think of
non-US and non-English teams
Guessing and Large Solution Spaces Writing a solver for a
28 solution space is fun Writing and paying for a 216 space isn't
Preserve Player Agency No hints once a challenge has been
solved Think carefully about force-unlocking Jeopardy challenges
Preserve Player Enjoyment Force-unlock easy challenges for teams to learn
from Force-unlock hard challenges early enough they'll be solvable
Hacking Computers is Fun!
Engineer a Non-Frustrating Game
Operate a Reliable Game
Have the Empathy to Make the Game Fun
Qualifiers May 20 through May 22 https://legitbs.net/ FREE FUN OMG
wow
Thanks Vito Genovese
[email protected]
@vito_lbs GPG B07D616143CAA77B https://legitbs.net @legitbs_ctf