Skip to content

Instantly share code, notes, and snippets.

@potetisensei
Last active December 28, 2015 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save potetisensei/7580377 to your computer and use it in GitHub Desktop.
Save potetisensei/7580377 to your computer and use it in GitHub Desktop.
bin 150
flag = "jV[\036xR_Y\036WM\004\036]\006\017\b_\006[_\\\r\r_\b\t\a\n\t]Z\b\n\t_\tX]\aX\\\f\v\n"
print "".join(chr(ord(c) ^ (0x37+7)) for c in flag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment