misc: add already solved challenges

This commit is contained in:
2024-09-01 22:10:44 +02:00
parent 532e093122
commit 45b391c5f1
49 changed files with 10605 additions and 0 deletions

8
misc/runme_py/runme.py Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/python3
################################################################################
# Python script which just prints the flag
################################################################################
flag ='picoCTF{run_s4n1ty_run}'
print(flag)