Author: syreal
None
The python script has everything necassary to get the flag. It just only executes the
choose_greatest()
function, which is useless.
By removing the call for this function and adding a
decode_secret(bezos_cc_secret)
instead we get the correct flag.
The decoding function performs a ROT47 on every char of the secret which yields the flag.
Show flag
picoCTF{1|\/|_4_p34|\|ut_8c551048}