Without any intro - crap that I usually write explaining why I had to write this post, I’m going for the subject. You(general junta or web developers or scared security guys) might see some eval packed javascript which phishing idiots ask you to copy paste on your URL bar and hit enter key. Unpacking JS is a PITA was an answer that my brain use to give whenever I think about it. Just now, I found a very easy method to convert it into readable Javascript without any extra tool (IE boys, run away) Its very simple in FF or Opera. FF guys, all you need to do is …
- Copy the eval packed JS. something like —— eval(function(p,a,c,k,e,d){e=function(c) …………………. }
- Open Error Console on your firefox
- Paste the packed JS in Code input tab
- Add eval = alert; at the beginning of the code
- Hit Evaluate
Posted on Tuesday, 26 August 2008
Comments