question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

VBScript + JScript support

See original GitHub issue

Does 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:closed
  • Created 4 years ago
  • Comments:26 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
ebourgcommented, Dec 11, 2019

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.

1reaction
ebourgcommented, Dec 17, 2019

@tresf the hash is now implemented on the vbscript-jscript-support branch. Let me know how it works for you.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found