Skip to content

Instantly share code, notes, and snippets.

@Nicholaz99
Created October 11, 2019 21:49
Show Gist options
  • Save Nicholaz99/20d817cc35f7c7122371787d5932bc4b to your computer and use it in GitHub Desktop.
Save Nicholaz99/20d817cc35f7c7122371787d5932bc4b to your computer and use it in GitHub Desktop.
ans = [114,111,111,116,101,114,115,123,87,72,89,95,52,82,51,95,84,72,51,95,87,52,89,95,84,72,52,84,95,89,48,85,95,52,82,51,33,125,99,0,116,102]
flag = ""
for num in ans:
flag += chr(num)
print "[+] Flag:", flag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment