Skip to content

Commit

Permalink
SekaiCTF challs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajjad "JJ" Arshad committed Aug 25, 2024
1 parent 3975d47 commit 8aa4ed8
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 1 deletion.
File renamed without changes.
7 changes: 7 additions & 0 deletions ctfs/SekaiCTF/2024/pwn/speed/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Speedrun Bounty

Beat the bot and get the flag! First solver gets a $77.77 bounty :)

Author: Zafirr
❖ Note
It's recommended you use the provided libc and ld to develop your exploit.
Binary file added ctfs/SekaiCTF/2024/pwn/speed/speedpwn.zip
Binary file not shown.
7 changes: 7 additions & 0 deletions ctfs/SekaiCTF/2024/pwn/speedpwn/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Speedrun Bounty

Beat the bot and get the flag! First solver gets a $77.77 bounty :)

Author: Zafirr
❖ Note
It's recommended you use the provided libc and ld to develop your exploit.
Binary file added ctfs/SekaiCTF/2024/pwn/speedpwn/speedpwn.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions ctfs/SekaiCTF/2024/web/lookup/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
We built a microservice that looks up stuff :))

Author: irogir
Binary file added ctfs/SekaiCTF/2024/web/lookup/dist.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion internal_tools/mkchal
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get_challenge_name(line):
args = re.sub(r'(\d+ solves|\d+ pts$)', '', original_name.strip(), flags=re.IGNORECASE).strip()
args = re.sub(r'\(\d+ pts\)', '', args, flags=re.IGNORECASE).strip()
args = re.sub(r'\(solved by \d+ team(s)?\)$', '', args).strip()
args = re.sub('(misc|crypto|rev|web|pwn)$', '', args).strip()
args = re.sub('^(misc|crypto|rev|web|pwn)$', '', args).strip()
args = args.split()

tokens = []
Expand Down

0 comments on commit 8aa4ed8

Please sign in to comment.