runme.py
This commit is contained in:
8
runme.py/runme.py
Executable file
8
runme.py/runme.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python3
|
||||
################################################################################
|
||||
# Python script which just prints the flag
|
||||
################################################################################
|
||||
|
||||
flag ='picoCTF{run_s4n1ty_run}'
|
||||
print(flag)
|
||||
|
||||
Reference in New Issue
Block a user