Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

ActionScript question


Mtutnid's Avatar
Member
0 0

Edit: Rewriting my question… How can I use ActionScript to get the source-code of a webpage?


Mtutnid's Avatar
Member
0 0

MoshBat wrote: Flash Decompiler.

I meant the other way around. I have used decompilers a million times.


Mtutnid's Avatar
Member
0 0

Because flash is objects are client side and what it can do doesn't depend on the browser. So I should be able to make a cross domain website.


spyware's Avatar
Banned
0 0

You can always use actionscript to execute another file (say a php script) and grab the results from there.


Mtutnid's Avatar
Member
0 0

I know. I wanted to do something beyond me. I wanted to make it client side Cross Domain. And that's hard, since it includes tricking the browser security. I can't even read Iframe content… :(

I just wanted to try it because that opens a lot more vulnerabilities, you don't need CSRF to change the password. :D:D And I'm surprised that there are so many CSRF vulns here.