Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Nov 18, 2024
1 parent c7b70e6 commit c4d8cf8
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions binary-exploitation/module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,27 +168,27 @@ challenges:
module: shellcode-injection
challenge: level-3
name: "NULL-Free Shellcode"
#- id: hijack-to-mmap-shellcode-w
# transfer:
# dojo: program-security
# module: program-exploitation
# challenge: level-1-0
# name: "Hijack to (Mapped) Shellcode (easy)"
#- id: hijack-to-mmap-shellcode
# transfer:
# dojo: program-security
# module: program-exploitation
# challenge: level-1-1
# name: "Hijack to (Mapped) Shellcode (hard)"
#- id: hijack-to-shellcode-w
# transfer:
# dojo: program-security
# module: program-exploitation
# challenge: level-1-0
# name: "Hijack to Shellcode (easy)"
#- id: hijack-to-shellcode
# transfer:
# dojo: program-security
# module: program-exploitation
# challenge: level-1-1
# name: "Hijack to Shellcode (hard)"
- id: hijack-to-mmap-shellcode-w
transfer:
dojo: program-security
module: program-exploitation
challenge: level-1-0
name: "Hijack to (Mapped) Shellcode (easy)"
- id: hijack-to-mmap-shellcode
transfer:
dojo: program-security
module: program-exploitation
challenge: level-1-1
name: "Hijack to (Mapped) Shellcode (hard)"
- id: hijack-to-shellcode-w
transfer:
dojo: program-security
module: program-exploitation
challenge: level-1-0
name: "Hijack to Shellcode (easy)"
- id: hijack-to-shellcode
transfer:
dojo: program-security
module: program-exploitation
challenge: level-1-1
name: "Hijack to Shellcode (hard)"

0 comments on commit c4d8cf8

Please sign in to comment.