http://d-addicts.com
 
Register
 
HOME TORRENT DRAMA WIKI STATS HELP (FAQ) SEARCH GROUPS PROFILE PRIVATE MESSAGES LOGIN
      

[TUTORIAL] How to Download Music from Esnips.com


 
Reply to topic    D-Addicts Forum Index -> Tech Discussion
View previous topic :: View next topic  
Author Message
for.give_nessOffline
Joined: 07 Jun 2008
Total posts: 7
Gender: Unknown
PostPosted: Sun Jun 08, 2008 4:37 am    Post subject: [TUTORIAL] How to Download Music from Esnips.com   Post Rating: 0 Reply with quote

lol was playing around with some of my apps.

stuff needed:

internet connection
a packet sniffer, i use ethereal
a text editor, i use notepad

step 1: find the song



if you notice there is no download link, sadness.



step 2: packet sniffing

if you haven't already done so. go download a packet sniffer. packet sniffers are godly. the only tools a hacker needs is a web browser and notepad but a packet sniffer is a staple. im not saying im a hacker, im just really proficient in this field.



im using a sierra wireless aircard to connect to the internet. after you click the "capture" button it should automatically start sniffing web traffic.

now go back to esnips.com and refresh the page the song was on. this is important because the web page is reloading all the infomation.

give it 3-5 seconds after you start hearing the music play. now go back to ethereal and stop the sniffing. you will automatically get a whole bunch of junk useless infomation.

Click on the "INFO" field. What you are looking for is the HTTP protocols. When you get the the HTTP section, start looking for the GETcommand.



As you can see its right there. The file ends in the .MP3 extention making it very unique. From here you can either [Right Click>Follow TCP Stream] and get the text or navigate the bottom menu to get to the wanted text.



Step 3: Making a downloadable link

Create a new text document of your desktop by [Right Click(on your desktop)>New>Text Document].

now paste the following HTLM code:

Code:

<html>
<head>
</head>
<body>
<a>Song here</a>
</body>
</html>


So my source code was:

Code:
GET /nsdoc/672089c7-5b87-49dd-b1a3-0182339574ed/ts_id/1210219458452/ns_flash/file88.mp3


carefully change the beginning and ending too:

THE HEADING
Code:
http://www.esnips.com/

This refers to the URL. Its just the home address. Nothing to special.

THE ENDING
Code:
?action=forceDL

Well i don't know if you even need this but if you have not noticed every time you are able to download a song, the "?action=forceDL" is always added.

The final product should be something like this:
Code:
http://www.esnips.com/nsdoc/672089c7-5b87-49dd-b1a3-0182339574ed/ts_id/12102119458454/ns_flash/file88.mp3?action=forceDL


now paste the URL into the "<a>Song here</a>".

Code:

<a>href="http://www.esnips.com/nsdoc/672089c7-5b87-49dd-b1a3-0182339574ed/ts_id/12102119458454/ns_flash/file88.mp3?action=forceDL">Song here
</a>


now save[CTRL+S]/[File>Save]. Rename the text document [Right Click on the file>Rename>New Text Document.html]. NOTE THE .HTML!!!1

Now all you do is open the file. Your web browser should pop up or open a new page.



Step 4

Just click.


Back to top
View user's profile 
Display posts from previous:   
Reply to topic    D-Addicts Forum Index -> Tech Discussion All times are GMT - 1 Hours
Page 1 of 1
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum