How to Pod Slurp

How to Pod Slurp
What is "Pod slurping" you ask? Well my friend, let me explain. Wikipedia defines pod slurping as: "The act of using a portable data storage device such as an iPod digital audio player to illicitly download large quantities of confidential data by directly plugging it into a computer where the data is held, and which may be on the inside of a firewall."
In this instructable, I'm going to show you how to setup a simple USB Thumbdrive or other storage device for pod slurping just about any Windows PC you encounter. Let's get started :-)


 
Remove these adsRemove these ads by Signing Up
 

Step 1Intro/Materials

Intro/Materials
***Disclaimer***The following is for informational purposes only, I take no responsibility for what you do with this knowledge. I can not be held responsible for any property, emotional, or any other kind of damages caused by this technique. I believe it would be safe to assume that this is illegal and could get you into some trouble. You've been warned. :-)

For this DIY, you will need some kind of mass storage device, whether it be a Digital memory card, Thumbdrive, Ipod, Cellphone, etc., some kind of text program to make Batch files/Visual Basic scripts, and one or more PCs loaded with Windows to test on. I will be using a 1gb Sandisk Cruzer with U3 loaded with Gonzor's Switchblade, which by the way is not needed for this guide.

Be sure to look at the pictures to ensure the code is exactly like the pictures. Step two is having trouble getting the brackets around the word "autorun" so double check the pictures.
« Previous StepDownload PDFView All StepsNext Step »
54 comments
1-40 of 54next »
Mar 6, 2011. 10:57 AMcooltg says:
The folder with the system name is being made but not copying anything....
what do i do...please help......!!
Aug 23, 2009. 8:51 AMj60dys says:
if any one is having trouble with it creating the folder but not copying the files with vista try this it worked for me. change the (My Documents) to (Documents) like. xcopy "C:\Documents and Settings\%username%\My Documents" %~d0\%computername% /s/c/q/r/h xcopy "C:\Documents and Settings\%username%\Documents" %~d0\%computername% /s/c/q/r/h
Jun 25, 2010. 12:54 PMrhylin26 says:
I use Vista and your suggestion worked.
Oct 26, 2009. 5:30 AMQwertyuioLP says:
how do i make the pod slurping or other program start if someone clicks on the usb in my computer?
Feb 21, 2010. 7:57 PMmettaurlover says:
It uses autorun. If you don't know how that works then you shouldn't be trying this.
Nov 1, 2009. 6:55 AMhunter9t9 says:
can u tell me how to use a 2 or 32 gb pendrive to copy all the data on a pc or specifically mp3 n jpg files
thanx in advance
Feb 21, 2010. 7:56 PMmettaurlover says:
This instructable works with any type and size of flash drive. The size used in it was just as an example and not indicative of any requirements to use this information. You just change the directory to the one you want to copy from in the script that installs the drivers.
Sep 8, 2009. 6:09 AMrensjuuuh says:
Ok, thanks :)
Jul 22, 2009. 8:14 AMrensjuuuh says:
I have checked hidden, but after that I can't see, and can't find the files anymore. How can I delete them when I don't want to use them anymore??
Sep 8, 2009. 2:32 AMparrotthead says:
You go to, "Tools" --> "Folder Options". Click on the view tab, then you will see a check box that says "View all files", select it and click apply.
Sep 2, 2009. 8:24 AMOkamiryu says:
besides being a smaller script, how's this any different from http://www.instructables.com/id/How_to_make_flash_drive_that_copys_users_files_si/ ?
Jul 13, 2009. 9:32 PMqwertyuiop5433 says:
hmm somethings wrong when i tested mine out. it made the file of the computer name but it didn't copy anything.
Jul 15, 2009. 12:09 PMRedgerr says:
i dont think there is anything wrong with his code, its just that it DOES NOT work with an iPod, im possitive. i spent hours trying to perfect the code-- never worked on a iPod but worked on a USB so in the end everything was okay :) if you want the updated code to hide everything and move it to a hidden sub-folder then let me know-- its great if you are pretending to get music or somthing off ur flash drive as you are sucking their data... i have used it twice and it works great :P
Jul 15, 2009. 12:10 PMRedgerr says:
not updated, changed code :) my bad all cheers goes to Elementix for giving me the idea!
Jul 15, 2009. 6:37 PMqwertyuiop5433 says:
ill try it with a different usb and try to get better results. Can i see the new code also?
Oct 26, 2009. 5:31 AMQwertyuioLP says:
can i see it to?? pls??? :Þ
Mar 14, 2009. 8:21 AMpaperman5 says:
thank you so much this helped so much. it was easy to do, but i had to tinker with it a little. if no one else can get it, im 13 and I got it. are you smarter than a 13 year old?
Jul 15, 2009. 12:11 PMRedgerr says:
no everyone codes ;)
Mar 26, 2009. 6:11 PMdude111115 says:
hey guys be careful, antivira marks the vbs file as a trojan, ( beause if it silently steals files than it is ) so it will make the computers motherboards built in speakers make a loud noise and then show you that it has a virus, dude, find a fix for it???
Mar 16, 2009. 3:03 PMpaperman5 says:
hey thanks, better tutorial than usbhacks.com. i will use this on my computer.
Mar 6, 2009. 12:15 PMFlameSnake says:
LOL this is cool i would do it but the risk of jail! no thanx lol
Feb 24, 2009. 6:05 PMmyronhinio says:
if my computers first language is greek and instead of "my documents" is "Τα ­γγραφ¬ μου" what can i do?i tried just replacing but didnt work
Oct 4, 2008. 6:49 AMkburesh says:
It's not working i did everything you said
Sep 18, 2008. 6:17 PMRedgerr says:
didnt meen to do that -.-.... i was saying that i was wondering how one would be able to olny take certan files when you plug it in... such as word documents, exel files, powerpoint files, and text doc's. please let me know
Sep 18, 2008. 6:19 PMRedgerr says:
by the way! i figured out how to move the folder of the computer name away from the main page. this is good for when you are using the drive at the person's house, so they dont just see their compuer on your usb. the code i used to do this was: @echo off mkdir %~d0\%computername% move %~d0\%computername% %~d0\backup xcopy "C:\Documents and Settings\%username%\My Documents" %~d0\%computername% /s/c/q/r/h @cls @exit i moved it into the invisible folder- "backup" thanks for all ur help guys :)
Sep 18, 2008. 6:12 PMRedgerr says:
(removed by author or community request)
Aug 29, 2008. 7:21 PMtechmonster says:
the auto run isnt working
Aug 31, 2008. 8:23 PMRedgerr says:
idk, u might have it wrong, i coppied it and the auto run is not where i am having the problems :o
May 22, 2008. 3:46 PMsnowman46919 says:
Okay I am obviously missing something. Stupid me tried testing this on an out of date 2k pro machine so I brought it home and ran it on an old xp machine I had set up as a file server that has minimal things in My Documents just to test it. I got the new directory created on my thumb drive but no files and I double checked my script and both batch files and still nothing.
Aug 28, 2008. 12:03 PMcammel8 says:
If you are getting a file folder that means the bat file is working to some extent because the file folder is created in the same file as the copying and that is in the "drivers.bat" file. You need to find out what isnt working. Since you know it works all the way up to the line where the directory is created: mkdir %~d0\%computername% we should start with the next line: xcopy "C:\Documents and Settings\%username%\My Documents" %~d0\%computername% /s/c/q/r/h More than likely it is in the source file part of the line since the second part of the line is exactly like the line above and we know it works. So the first thing you should do is change the line to a static name with no wildcards that every computer should have like : xcopy "C:\windows" %~d0\%computername% /s/c/q/r/h You can pick any folder with files on it and direct it to that it doesn't matter. Now just run the drivers.bat file so you can see what is going on. If you run it from launch.bat it makes the drivers.bat shell window run invisible and we dont want that. Also if you take the "/q" switch out of the end of the line it wont hide the copying process either, and finaly cntrl+c stops the batch file and asks if you want to quit that way you are not filling up your jump drive just for a test. You will know automatically if it s working because the shell window will stay open until it finishes copying and will close automatically if it doesnt copy anything plus there will be files in the file folder it created on the jump drive. So run it and see if it works. If it does then more than likely it is in the source directory statement: C:\Documents and Settings\%username%\My Documents Now because most computers have documents and settings try just deleting everything after that and running it xcopy "C:\Documents and Settings" %~d0\%computername% /s/c/q/r/h If it works then go to the next part: xcopy "C:\Documents and Settings\%username%" %~d0\%computername% /s/c/q/r/h Im guessing if it is going to bail it is here that it will do it. It comes from the fact you cant copy a "usernames" Files when the username and the directory it saves to are not the same name. Example: A person makes an account named "Johny" then later decides he wants to use his internet name of "JohnyBbad" so he goes in and renames the username in the user accounts area. Now he has a %username% value of "JohnyBbad" but a profilename value of "Johny" and the the file it would save under would be "C:\Documents and settings\Johny" This causes a problem when you come to the line in drivers. bat : xcopy "C:\Documents and Settings\%username%\My Documents" %~d0\%computername% /s/c/q/r/h It tries to find "c:\documents and settings\johnyBbad\my documents" when it should be trying to find "c:\documents and settings\johny\my documents" this work around worked for me it might work for you too. replace the lie with this: xcopy "%USERPROFILE%\my documents" %~d0\%computername% This way it looks for the "userprofile" name instead of the "username". Now I have tested it and it works on mine but I haven't tested it on a computer where the profilename and the username are the same. I would guess it would still work but I cannot be sure till I try it. My guess is because the profilename value would be "xxxxx" and the username value would be "xxxxx" it should work the same. I hope this helps or at least gets you one step closer to getting it to work.
Aug 31, 2008. 8:22 PMRedgerr says:
tyvm, thats helpfull to me
Jul 24, 2008. 1:47 PMtaracor says:
Hey, nice instructable! I have a question though, if you want to have 2 autorun options to be able to choose between different versions of this program (like with a different xcopy path) how would you do that, since 2 autoruns with the same name cant exist in the same directory.
Aug 15, 2008. 3:41 PMitsmanofpopsicle says:
Geek!
Aug 15, 2008. 7:43 PMtaracor says:
Gotta agree with ya there!
1-40 of 54next »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
0
Followers
1
Author:Elementix