Subscribe to Hacking Truths. Now, 14031 members!      RSS Feed Be Our Fan on Facebook Twitter SMS Alerts

Home » Hacking Tutorials, Hardcore Hacking, Internet Hacking

Ripping Flash Movies for Passwords

29 June 2008 One Comment Posted By Ashik
StumbleUpon.com
Share

Ripping Flash Movies for Passwords Is easy Follow My Tutorial.

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 password.

Popularity: 2% [?]


Enjoyed this article? Subscribe to Hacking Truths and get daily updates about new cool websites and programs in your email for free.


One Comment »

  • ryan said:

    this is a stupid way to do it. A good way to do it is use real player. all you have to do is move your mouse over the game and just click download this movie. But it doesnt work with the newest version of realplayer.

Note : If you have any Query related to the above Article please Post it to the Support Forum.

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.