misc/collaborative_development
This commit is contained in:
parent
1b96196641
commit
da7ea7d514
BIN
misc/collaborative_development/challenge.zip
Normal file
BIN
misc/collaborative_development/challenge.zip
Normal file
Binary file not shown.
2
misc/collaborative_development/flag.txt
Normal file
2
misc/collaborative_development/flag.txt
Normal file
@ -0,0 +1,2 @@
|
||||
picoCTF{t3@mw0rk_m@k3s_th3_dr3@m_w0rk_4c24302f}
|
||||
|
19
misc/collaborative_development/solve.sh
Executable file
19
misc/collaborative_development/solve.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user