Skip to content

Commit

Permalink
dojo doesn't like capital letters
Browse files Browse the repository at this point in the history
  • Loading branch information
robwaz committed Jan 13, 2024
1 parent 17b6edd commit a0649f8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dojo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -786,19 +786,19 @@ modules:
Modern CPUs are impressive feats of engineering effort. Consistently offering performance improvements every generation, but how?
This module explores security vulnerabilities that can lurk hidden, below the assembly, in CPU architecture itself!
challenges:
- id: babyArchParseOnePage
- id: babyarchparseonepage
name: level1
description: Get started with a binary that side-channels itself!
- id: babyArchParseMultiPage
- id: babyarch-parsemultipage
name: level2
description: A binary that side-channels itself, now using multiple pages.
- id: babyArchMeasureTiming
- id: babyarch-measuretiming
name: level3
description: Measure memory access timings to leak the flag via a side-channel.
- id: babyArchWriteAll
- id: babyarch-writeall
name: level4
description: Perform a full flush and reload side-channel attack!
- id: babyArchSpeculate
- id: babyarch-speculate
name: level5
description: This binary never reads the flag bytes.. or does it?
- id: level-1
Expand Down

0 comments on commit a0649f8

Please sign in to comment.