Skip to content

Instantly share code, notes, and snippets.

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 thesp0nge/ae308f7de745cb7e512ad7a531f35455 to your computer and use it in GitHub Desktop.
Save thesp0nge/ae308f7de745cb7e512ad7a531f35455 to your computer and use it in GitHub Desktop.
spot_the_vuln_3
import os
filename = input("Inserisci il nome del file da aprire: ")
command = "cat " + filename
os.system(command)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment