jrunscript on OS X
I just found this handy utility.
$ man jrunscript
I’m using it to deobfuscate some JavaScript.
5 Comments »
Leave a Reply
()
I just found this handy utility.
$ man jrunscript
I’m using it to deobfuscate some JavaScript.
© mdawaffe (Michael D Adams) - Powered by WordPress - Full Credits
[...] This post was mentioned on Twitter by Stephane Daury, Michael D Adams. Michael D Adams said: jrunscript is cool http://blogwaffe.com/2011/01/25/jrunscript-on-os-x/ [...]
Hey, do you have some more infos for “I’m using it to deobfuscate some JavaScript.” ? Any Examples?
I need to do the same thing (“deobfuscate some JavaScript”)… I googled for jrunscript and found it on Java stuff page of Oracle. How can I get it for my distro (Kubuntu 10.04 LTS)? Thanks a bunch.
That is what I need also. I may need help in completing the task. Can you recommend anyone whoe is good at this? Any help you can give will be greatly appreciated.
I was using it to evaluate some eval statements. Be careful, though, scripts run through jrunscript have system access.