Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #11131
| From | "Mayayana" <mayayana@invalid.nospam> |
|---|---|
| Newsgroups | microsoft.public.scripting.vbscript |
| Subject | JS De-obfuscator |
| Date | 2015-08-29 10:44 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <mrsg7s$mtm$1@dont-email.me> (permalink) |
I've been working on a fun project lately that I though people might find useful. Maybe there will also be comments or suggestions: http://www.jsware.net/jsware/scrfiles.php5#jsdeob It's an HTA. I've been finding that webpage code increasingly uses very bloated and obfuscated JS to create the page. In some cases I've even found JSON, embedded in script, which in turns embeds the HTML of the page! In some cases the idea seems to be to force people to enable script. In other cases it seems to be to either hide or protect the code. In any case, I wanted to be able to dump the obfuscated script into a window and clean it up. The result is at the link above. It starts with an OSS script to format, then uses my own VBS to further clean up the code and add color syntax highlighting.
Back to microsoft.public.scripting.vbscript | Previous | Next — Next in thread | Find similar
JS De-obfuscator "Mayayana" <mayayana@invalid.nospam> - 2015-08-29 10:44 -0400
Re: JS De-obfuscator GS <gs@v.invalid> - 2015-11-02 14:42 -0500
Re: JS De-obfuscator "Mayayana" <mayayana@invalid.nospam> - 2015-11-02 15:06 -0500
Re: JS De-obfuscator GS <gs@v.invalid> - 2015-11-02 15:21 -0500
csiph-web