Thread: help me !!
View Single Post
  #4  
Old 06-12-2015, 09:38 PM
kwm kwm is offline
Junior Member
 
Join Date: Apr 2015
Posts: 10
kwm is on a distinguished road
Default

Re: help me !!


First, find the url of the swf file. Then you can either download it and decode it. Or you could feed that url into an online decoder. Once it's decoded you can look through the code to find a section that looks like: TEA.decrypt(_arg1.info.secureToken, "???????")); the question marks are USUALLY the token. But it is possible that it will be a variable that holds the token. And the code might be a little different depending on the site. So you might have to dig a little.
Reply With Quote