10-02-2013, 01:18 AM
Ok. My command line was:
You might have to adapt the switches for the user name and password.
Like mentioned in the other post, the target .bat file has the cd command on it's first line to make sure it goes to the right folder (if I remember well, it was not working otherwise). As a second line you can put your actual attack line. Let me know if it works.
Code:
psexec.exe -i -s -d -w "Complete path to oclhashcat's folder" "\\computer name" "Complete path to the .bat file in oclhashcat folder"
Like mentioned in the other post, the target .bat file has the cd command on it's first line to make sure it goes to the right folder (if I remember well, it was not working otherwise). As a second line you can put your actual attack line. Let me know if it works.