PDA

View Full Version : Swf secureToken


HJR
03-24-2013, 01:21 PM
Hiy Can someone (KSV Probably) help me out with an swf secure token?

swf can be downloaded here

https://www.dropbox.com/s/2xgpd396uachqu9/jarani.swf

Thanks for your help

KSV
03-24-2013, 10:23 PM
try with
-T "1000kbps"

and this SecureToken wasn't obfuscated or encrypted anyway.

PS: don't open multiple threads for same question.

HJR
03-25-2013, 08:10 AM
thanks KSV apologies i posted in the wrong place 1st and forgot to delete :confused:

HJR
03-26-2013, 10:56 AM
hi KSV

i've decompiled swf using 'showmycode' and get this

this._connection.call("secureTokenResponse", null, TEA.decrypt(evt.info.secureToken, this.dataport));

??

KSV
03-26-2013, 11:32 AM
search for the variable dataport.

HJR
03-26-2013, 11:45 AM
Ah I see......Showing my noob skills there.......

Thank you :)