I searched the forums for "psexec" which returned nothing. Hopefully this will not be a repeat question.
I am trying to set up a quasi distributed cracking method using psexec from the Sysinternals suite.
http://technet.microsoft.com/en-us/sysin...97553.aspx
All systems are running windows 7 (64) with nvidia gpu's. This is just a test run to see if i can even use hashcat through psexec.
I am capable of connecting to each machine with psexec and opening a command line.
"psexec -u account -p password \\ip-address cmd" will open a command line and authenticate fine.
When I navigate to the hash cat folder and run-
cudaHashcat-plus64.exe -a 3 -m 0 -o output.txt --increment-min=6 --increment-max=9 hash.txt --force
I get the error: no NVidia compatible platform found. When I run this same command locally on the machine, hashcat will start working. To be clear, I do have hashcat working perfectly fine locally.
When I try to run psexec authentication and hashcat from the same line-
psexec -u account -p password \\ip-address "C:\Users\forensics\Desktop\hashcat\cudahashcat-plus64.exe"
it will return the normal message if you attempt to run hashcat with no commands:
[options]...etc
try --help for more help
When I try to run psexec authentication and hashcat with commands:
psexec -u account -p password \\ip-address "C:\Users\forensics\Desktop\hashcat\cudaHashcat-plus64.exe" -a 3 -m 0 -o cracked.txt --increment-min=6 --increment-max=7 hash.txt --force
I get "Warning: Hash 'hash.txt': line-length exception
error: no hashes loaded
psexec -u account -p password \\ip-address "C:\Users\forensics\Desktop\hashcat\cudaHashcat-plus64.exe" -a 3 -m 0 -o cracked.txt --increment-min=6 --increment-max=7 "C:\Users\forensics\Desktop\hashcat\hash.txt" --force
returns the same line-length exception error.
psexec -u account -p password \\ip-address "C:\Users\forensics\Desktop\hashcat\cudaHashcat-plus64.exe" -a 3 -m 0 -o cracked.txt --increment-min=6 --increment-max=7 TheHashInQuestion --force
Error: No NVidia compatible platform found.
Any suggestions? Or has anyone had any luck using hashcat with psexec?
I am trying to set up a quasi distributed cracking method using psexec from the Sysinternals suite.
http://technet.microsoft.com/en-us/sysin...97553.aspx
All systems are running windows 7 (64) with nvidia gpu's. This is just a test run to see if i can even use hashcat through psexec.
I am capable of connecting to each machine with psexec and opening a command line.
"psexec -u account -p password \\ip-address cmd" will open a command line and authenticate fine.
When I navigate to the hash cat folder and run-
cudaHashcat-plus64.exe -a 3 -m 0 -o output.txt --increment-min=6 --increment-max=9 hash.txt --force
I get the error: no NVidia compatible platform found. When I run this same command locally on the machine, hashcat will start working. To be clear, I do have hashcat working perfectly fine locally.
When I try to run psexec authentication and hashcat from the same line-
psexec -u account -p password \\ip-address "C:\Users\forensics\Desktop\hashcat\cudahashcat-plus64.exe"
it will return the normal message if you attempt to run hashcat with no commands:
[options]...etc
try --help for more help
When I try to run psexec authentication and hashcat with commands:
psexec -u account -p password \\ip-address "C:\Users\forensics\Desktop\hashcat\cudaHashcat-plus64.exe" -a 3 -m 0 -o cracked.txt --increment-min=6 --increment-max=7 hash.txt --force
I get "Warning: Hash 'hash.txt': line-length exception
error: no hashes loaded
psexec -u account -p password \\ip-address "C:\Users\forensics\Desktop\hashcat\cudaHashcat-plus64.exe" -a 3 -m 0 -o cracked.txt --increment-min=6 --increment-max=7 "C:\Users\forensics\Desktop\hashcat\hash.txt" --force
returns the same line-length exception error.
psexec -u account -p password \\ip-address "C:\Users\forensics\Desktop\hashcat\cudaHashcat-plus64.exe" -a 3 -m 0 -o cracked.txt --increment-min=6 --increment-max=7 TheHashInQuestion --force
Error: No NVidia compatible platform found.
Any suggestions? Or has anyone had any luck using hashcat with psexec?