Skip to content

Commit

Permalink
Merge pull request #76 from JJ-8:0-extend-htb-categories
Browse files Browse the repository at this point in the history
Extend HTB parser categories
  • Loading branch information
JJ-8 authored Mar 8, 2024
2 parents b37f76b + 674d974 commit 4ca87c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions front/src/ctfnote/parsers/htb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ const challengeCategories: { [index: number]: string } = {
20: 'Cloud',
21: 'Scada',
23: 'ML',
25: 'TTX',
26: 'Trivia',
30: 'Sherlocks',
};

const HTBParser: Parser = {
Expand Down

0 comments on commit 4ca87c9

Please sign in to comment.