How to reduce font size for all images, dates and times in Microsoft MHT document? [migrated]

How to easily, non-programming, non-third-party way to reduce size of all:

dates and time
Images
Headers

Doing so helps those read essential information within MHT document from Steps Recorder.
As example, Windows Steps Recorder is showi… Continue reading How to reduce font size for all images, dates and times in Microsoft MHT document? [migrated]

Is VBScript RegExp object exploitable with a code injection or does it escape special characters?

The VBScript’s RegExp object used in Classic ASP allows one to set a pattern then execute it. If a user provides the search string, is it exploitable for IDS08-J / CWE-625 (Permissive Regex)? Or does the RegExp object sanitize input to … Continue reading Is VBScript RegExp object exploitable with a code injection or does it escape special characters?