Completed challenge 189

This commit is contained in:
2022-05-17 14:18:46 +02:00
parent 92cd19ca67
commit 4e8931f006

6
189/solve.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh -e
PORT=${1:-59488}
echo "Using port $PORT"
echo "Enter password: 481e7b14"
HOME=/home/ctf-player
ssh ctf-player@venus.picoctf.net -p $PORT cat $HOME/drop-in/1of3.flag.txt /2of3.flag.txt $HOME/3of3.flag.txt