Ripping Flash Movies for Passwords
Jun 29, 2008 by Ashik in Hacking Tutorials, Hardcore Hacking, Internet Hacking | Tags: Flash, Movies, Passwords, Ripping
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% [?]
Related Posts
- 07.12.07: How To Become A Hacker (0)
- 23.06.08: School Network Hacking (0)
- 14.07.08: Cracking .htaccess/.htpasswd for Passwords (1)
- 09.10.07: To hide the Blogger NavBar: (0)
- 25.05.08: How To Write A Basic Keylogger In VB (1)
Recently
- Google Chrome as a Hacking Tool
- Google Chrome Vulnerabilities list
- Delete an “UnDeletable” File
- Computer virus goes into orbit
- Gmail Account Hacking Tool
![[blinklist]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/blinklist.png)
![[del.icio.us]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/facebook.png)
![[Fark]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/fark.png)
![[Faves]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/faves.png)
![[Furl]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/furl.png)
![[Google]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/google.png)
![[Ma.gnolia]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/magnolia.png)
![[Mixx]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/mixx.png)
![[MySpace]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/myspace.png)
![[Netvouz]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/netvouz.png)
![[Propeller]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/propeller.png)
![[Reddit]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/reddit.png)
![[Slashdot]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/slashdot.png)
![[Sphere]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/sphere.png)
![[Sphinn]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/sphinn.png)
![[StumbleUpon]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Technorati]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/technorati.png)
![[Windows Live]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://www.hungry-hackers.com/wp-content/plugins/bookmarkify/email.png)


Leave a Reply