Skip to content

Commit

Permalink
Update team_provider.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Mar 16, 2024
1 parent 9282ad2 commit a0e045c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paradigmctf.py/ctf_launchers/team_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __check_ticket(self, ticket: str) -> Ticket:
std_base64chars = "0123456789"
custom = "0629851743"

key = b'G69S2TR9MBg3NI9FTGzAfJh3xn549mswWtL6fB66m2Q='
key = b'SsfrHv5cpJ3wpunuWJUmS3cZ7OBAhV0qf6aOJLINbNI='
decrypted = decrypt(ticket, key).decode()

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

0 comments on commit a0e045c

Please sign in to comment.