MastiYa   MastiYa MastiYa Mastiya on Youtube

Go Back   MastiYa > Hackers Place > Hacking & Security Tutorials

Reply
 
Thread Tools Display Modes
  #1  
Old 10-14-2008, 01:41 PM
SuYasH's Avatar
SuYasH SuYasH is offline
Microsoft Beta Team
 
Join Date: May 2008
Location: |Norway| & | India|
Age: 30
Posts: 34,522
Rep Power: 1000
SuYasH has disabled reputation
Default How to steal stuff of websites

If you've ever woundered how to steal a graphic, flash game, sometimes even a program of a website then i have a solution for you.

First of all open up a text editor and save the file as "savetodisk.html".

Then enter in this:

Code:
HTML Code:
<html>
<head><title>Save File to Disk</title></head>
<body>
<a href="">Right click this link, and click save target as...</a>
</body>
</html>
Save the file. And go on to the webpage you wish to "borrow" the file.

In this example im going to download a file of miniclip.com.
Quote:

Locally on the web server this would look something like: C:\inetpub\miniclip\games\blobs\en . this is usefull to note when using this technique. So what i need to do is work out what files exist on the server, and what is the filename if the game on that server. If you look at the source code of the web page (right click around the region of game and click view source) you can then work this out.

Use the find function of your text editor (or press ctrl + F). In this case it's a flash file which has an ".swf" extension. So type in ".swf" in the search field . This is what you should get:
Code:
HTML Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="554" height="404" id="blobs">
<param name="movie" value="blobs_offsite.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="allowScriptAccess" value="always" />
<embed src="blobs_offsite.swf" width="554" height="404" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed>
</object>
Notice the line: <embed src="blobs_offsite.swf" width="554" height="404" quality="high"
So we now know that the games file name is called "blobs_offsite.swf".

Finally for the last step...
In the "savetodisk.html" webpage you've just created, change <a href="">...</a> to
<a href="http://www.miniclip.com/games/blobs/en/blobs_offsite.swf">...</a>

save and open the file "savetodisk.html" in your web browser. Right click the link on the page and click "save target as..." then save the file to location to wish. At this stage you can either open the ".swf" in you web browser or as an alternitive you can create a new web page in your text editor. Like so...

Code:
HTML Code:
<html>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
<param name="movie" value="blobs_offsite.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="allowScriptAccess" value="always" />
<embed src="blobs_offsite.swf" width="100%" height="100%" quality="high" 

pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed>
</object>
</body>
</html>
save it as "Blobs.html" then open in your favorite web browser.

[The End]
__________________
Thanks
Reply With Quote
  #2  
Old 02-03-2009, 12:46 PM
pprem_solanki pprem_solanki is offline
Learning
 
Join Date: Oct 2008
Posts: 31
Rep Power: 3
pprem_solanki is a jewel in the roughpprem_solanki is a jewel in the rough
Default Re: How to steal stuff of websites

Hi dude wow
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT +5.5. The time now is 12:32 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
all Rights Reserved @ Mastiya
eXTReMe Tracker