feat(forensic): hash task and flag accept

This commit is contained in:
2025-04-09 16:16:22 +03:00
parent 649c621345
commit 0302e4b964
8 changed files with 59 additions and 10 deletions
+1
View File
@@ -6,3 +6,4 @@ def task1_flag(flag_task1, id):
os.mkdir('/tmp/task1')
os.system(f'cp static/imgs/task1.jpg /tmp/task1/{id}.jpg')
os.system(f"exiftool -Comment='{flag_task1}' /tmp/task1/{id}.jpg")