Completed challenge 189

This commit is contained in:
Michael Chen 2022-05-17 14:18:46 +02:00
parent 92cd19ca67
commit 4e8931f006
No known key found for this signature in database
GPG Key ID: FD1BAF55F0CBDCF9

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