Joe1986 Posted July 9, 2009 Share Posted July 9, 2009 I have just added a very useful document slurping feature (mediaslurp) to the Gonzor switchblade payload but I am having trouble defining a path to the root of the U3 flash drive to store the recovered files. I can see that switchblade defines a path to create and store the log file for the program output on the root of the flash drive but I cannot work out how to do the same with the recovered documents. At the moment I have to define the actual path with a drive letter (e.g. I:\system\logs) which is pretty impractical. Can anybody help? Quote Link to comment Share on other sites More sharing options...
SomethingToChatWith Posted July 10, 2009 Share Posted July 10, 2009 In a batch, add this line before specifying the place to put files; it basically makes the root of the drive the working directory: cd\ Quote Link to comment Share on other sites More sharing options...
sablefoxx Posted July 10, 2009 Share Posted July 10, 2009 set /p store=.\slurpfiles\ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.