misc/collaborative_development

This commit is contained in:
Oystein Kristoffer Tveit 2024-09-05 18:47:17 +02:00
parent 1b96196641
commit da7ea7d514
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
3 changed files with 21 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,2 @@
picoCTF{t3@mw0rk_m@k3s_th3_dr3@m_w0rk_4c24302f}

View File

@ -0,0 +1,19 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bash unzip git python3
unzip -o -q challenge.zip
pushd drop-in
git checkout "feature/part-1"
python flag.py
echo ""
git checkout "feature/part-2"
python flag.py
echo ""
git checkout "feature/part-3"
python flag.py
popd
rm -rf ./drop-in