Jump to content

Nikto

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Nikto

  1. I was getting the same problem whenever I checked the log file after using the drive on my computer. I looked through the START.BAT file that goes on the U3 partition and it looks like there's a slight bug: where it sets the target path to the program folder it goes to the flash drive and not the U3 iso. I just changed this line: SET progdir="%flshdrv%\SYSTEM\PROGS\" to this: SET progdir=".\SYSTEM\PROGS\" do the same with: SET scriptdir="%flshdrv%\SYSTEM\PROGS\SCRIPT\" SET installdir="%flshdrv%\SYSTEM\INSTALL\" so that you have: SET scriptdir=".\SYSTEM\PROGS\SCRIPT\" SET installdir=".\SYSTEM\INSTALL\" that seems to fix the bug for me. also, @ Leapo or anyone who might know: Is there any way to get the gathered data from MessenPass, Protected Storage PassView, etc. and get it to show up in the log file instead of opening new windows? It would just make it that much more stealthy.
×
×
  • Create New...