Completed challenge 189
This commit is contained in:
parent
92cd19ca67
commit
4e8931f006
6
189/solve.sh
Normal file
6
189/solve.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user