You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Co-discovering vulnerabilities in CTFs. See discussion.
Reproducing
DATA="gits cgc-qualifier defcon-quals ictf microcorruption"
for i in $DATA; do
(cd $i && ./build.sh)
done
python process.py `for i in $DATA; do echo $i/results.json; done` > results.txt