Search This Blog

Saturday, February 19, 2011

Ripping Flash Movies for Passwords

Ripping Flash Movies for Passwords Is easy.

How to rip a flash movie from a website.

Go to the website where the flashfile is located.
Open de sourcecode (rightmouse click...select view sourcecode) of the html,asp,php..etc file where the flash movie is played from.

"http://www.website.com" is the site where the flashfile is located.
"/flash/ " is the subdir on that website.
"movie.swf" is the flash file itself.

but ofcourse this is only a example: the website, subdir and moviename wil be diffrent to this one.

Look for something like this: (can be diffrent)

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="550" height="400">
<param name=movie value="http://www.website.com/flash/movie.swf">
<param name=quality value=high>
<embed src="http://www.website.com/flash/movie.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="400">
</embed>
</object>

Now the movie it self, it's highlighted in green.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="550" height="400">
<param name=movie value="http://www.website.com/flash/movie.swf">
<param name=quality value=high>
<embed src="http://www.website.com/flash/movie.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="400">
</embed>
</object>

Now the ripping it self.
Open notepad or a webeditor and create a sourcecode like this:

<html>
<a href="http://www.website.com/flash/movie.swf">Flash movie</a>
</html>

Save the file with: "Save as" and name it "flash.html".
Open it in your webbrowser and rightclick on the link "Flash movie" select "save target as" and save it to your HDD.

Finally: open it in Macromedia Flash v*.* and lookup the passwor

No comments:

Post a Comment