We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c211877 + 109721c commit f692065Copy full SHA for f692065
front/src/ctfnote/parsers/htb.ts
@@ -1,7 +1,7 @@
1
import { ParsedTask, Parser } from '.';
2
import { parseJsonStrict } from '../utils';
3
4
-// output of https://ctf.hackthebox.com/api/public/challengeCategories
+// output of https://ctf.hackthebox.com/api/public/challenge-categories
5
const challengeCategories: { [index: number]: string } = {
6
1: 'Fullpwn',
7
2: 'Web',
@@ -27,6 +27,8 @@ const challengeCategories: { [index: number]: string } = {
27
25: 'TTX',
28
26: 'Trivia',
29
30: 'Sherlocks',
30
+ 33: 'AI',
31
+ 36: 'Secure Coding',
32
};
33
34
const HTBParser: Parser = {
0 commit comments