Skip to content

Commit a0e045c

Browse files
committed
Update team_provider.py
1 parent 9282ad2 commit a0e045c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paradigmctf.py/ctf_launchers/team_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __check_ticket(self, ticket: str) -> Ticket:
4343
std_base64chars = "0123456789"
4444
custom = "0629851743"
4545

46-
key = b'G69S2TR9MBg3NI9FTGzAfJh3xn549mswWtL6fB66m2Q='
46+
key = b'SsfrHv5cpJ3wpunuWJUmS3cZ7OBAhV0qf6aOJLINbNI='
4747
decrypted = decrypt(ticket, key).decode()
4848

4949
x = decrypted.translate(str(ticket).maketrans(custom, std_base64chars))

0 commit comments

Comments
 (0)