Archive

Posts Tagged ‘Tips’

How to unpack a packed javascript!

April 28th, 2009

Sometimes malicious scripts float around and you are asked to run them in your browser by script kiddies. You try and have a look at the code, and find it all to be obfuscated something like function(p,a,c,k,e,d){…}. It is actually a packed version so that ‘normal’ users cannot modify it for their own purpose. But this script can be easily unpacked without using any third party tool. I will explain how can it be done in Firefox.

Read more…

Author: Aditya Categories: Uncategorized Tags: , ,