VBScript + JScript support
See original GitHub issueDoes JSign
support VBScript .vbs
or JScript .js
files?
Reference: https://stackoverflow.com/a/34244366/3196753
Windows will show a warning if a script file is not digitally signed. I assume the technique can be extended to other scriptable languages, such as PowerShell .ps1
, etc.
Issue Analytics
- State:
- Created 4 years ago
- Comments:26 (11 by maintainers)
Top Results From Across the Web
Enabling VBScript in Browsers - Tutorialspoint
VBScript is supported just by Microsoft's Internet Explorer while other browsers (Firefox and Chrome) support just JavaScript.
Read more >MS08-022: Vulnerability in the VBScript and JScript scripting ...
Resolves a reported vulnerability in the Microsoft Visual Basic Scripting Edition (VBScript) scripting engine and in the Microsoft JScript scripting engine ...
Read more >Difference between JavaScript and VBScript - GeeksforGeeks
It supports all web browsers and it is a default scripting language in mostly browsers. It does not support all browsers, supports only...
Read more >VBScript Enabling in Browsers - Great Learning
VBScript is supported by Internet Explorer of Microsoft only, while other browsers (Firefox and Chrome) offer JavaScript support.
Read more >Adding VBScript and JScript support in your C++ applications
To use either VBScript or JScript is fairly simple in a VB and C++ Application thanks to Microsoft's development efforts to create Windows ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for the suggestion Tres, I wasn’t aware VBScript and JScript files could also be signed. PowerShell script signing has just been implemented. I guess we could extend it to support the other types of files.
@tresf the hash is now implemented on the vbscript-jscript-support branch. Let me know how it works for you.