Closed FuzzySecurity closed 5 years ago
Hello. I'm guessing this has something to do with IActiveScriptSiteUIControl or IActiveScriptSiteWindow not being implemented. Will have a look now.
activescript.c was updated to support the IActiveScriptSiteWindow interface. It will probably require further testing, but so far, MsgBox and InputBox appear to work. Let me know how it works for you and thanks for reporting this.
Hey @odzhan it is working for me, I'll open a new issue if anything else comes up!
Big thanks to you and @TheWover for your work on this project :heart:
I tried to generate a simple VBS testcase, my payload file only contains this:
MsgBox "Hello Donut!", VBOKOnly
The shellcode does not execute however. Below is the donut debug output:
And the instance output. Note the
JSError: Permission denied: 'MsgBox' line[0:0]
.