Skip to content

Commit

Permalink
fmtstr module - chal description capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
robwaz committed Nov 17, 2023
1 parent a9cb249 commit 301af4c
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions dojo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,70 +151,70 @@ modules:
challenges:
- id: level-1-0
name: Level1.0
description: use a format string exploit to reveal a string stored on the stack
description: Use a format string exploit to reveal a string stored on the stack
- id: level-1-1
name: Level1.1
description: use a formatstring exploit to reveal a string stored on the stack
description: Use a formatstring exploit to reveal a string stored on the stack
- id: level-2-0
name: Level2.0
description: use a format string exploit to reveal a string stored on the stack
description: Use a format string exploit to reveal a string stored on the stack
- id: level-2-1
name: Level2.1
description: use a format string exploit to reveal a string stored on the stack
description: Use a format string exploit to reveal a string stored on the stack
- id: level-3-0
name: Level3.0
description: use a format string exploit to read the flag directly from the .bss section
description: Use a format string exploit to read the flag directly from the .bss section
- id: level-3-1
name: Level3.1
description: use a format string exploit to read the flag directly from the .bss section
description: Use a format string exploit to read the flag directly from the .bss section
- id: level-4-0
name: Level4.0
description: use a format string exploit to set a global variable
description: Use a format string exploit to set a global variable
- id: level-4-1
name: Level4.1
description: use a format string exploit to set a global variable
description: Use a format string exploit to set a global variable
- id: level-5-0
name: Level5.0
description: use a format string exploit to set a larger global variable
description: Use a format string exploit to set a larger global variable
- id: level-5-1
name: Level5.1
description: use a format string exploit to set a larger global variable
description: Use a format string exploit to set a larger global variable
- id: level-6-0
name: Level6.0
description: use a format string exploit to copy a value and overwrite a global variable
description: Use a format string exploit to copy a value and overwrite a global variable
- id: level-6-1
name: Level6.1
description: use a format string exploit to copy a value and overwrite a global variable
description: Use a format string exploit to copy a value and overwrite a global variable
- id: level-7-0
name: Level7.0
description: use a format string exploit to overwrite a got entry
description: Use a format string exploit to overwrite a got entry
- id: level-7-1
name: Level7.1
description: use a format string exploit to overwrite a got entry
description: Use a format string exploit to overwrite a got entry
- id: level-8-0
name: Level8.0
description: use a format string exploit to call win
description: Use a format string exploit to call win
- id: level-8-1
name: Level8.1
description: use a format string exploit to call win
description: Use a format string exploit to call win
- id: level-9-0
name: Level9.0
description: use a format string exploit to call win. this time, with no loop.
description: Use a format string exploit to call win. this time, with no loop.
- id: level-9-1
name: Level9.1
description: use a format string exploit to call win. this time, with no loop.
description: Use a format string exploit to call win. this time, with no loop.
- id: level-10-0
name: Level10.0
description: chain a format string exploit into rop
description: Chain a format string exploit into rop
- id: level-10-1
name: Level10.1
description: chain a format string exploit into rop
description: Chain a format string exploit into rop
- id: level-11-0
name: Level11.0
description: chain a format string exploit into rop, now with pie!
description: Chain a format string exploit into rop, now with pie!
- id: level-11-1
name: Level11.1
description: chain a format string exploit into rop, now with pie!
description: Chain a format string exploit into rop, now with pie!
- id: level-12-0
name: Level12.0
description: Chain a format string exploit into ROP, now with pie and input filtering!
Expand Down

0 comments on commit 301af4c

Please sign in to comment.