running hashcat with psexec
#1
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?


Messages In This Thread
running hashcat with psexec - by nxte - 09-30-2013, 06:15 PM
RE: running hashcat with psexec - by radix - 09-30-2013, 06:48 PM
RE: running hashcat with psexec - by nxte - 09-30-2013, 07:01 PM
RE: running hashcat with psexec - by radix - 09-30-2013, 07:11 PM
RE: running hashcat with psexec - by nxte - 09-30-2013, 07:34 PM
RE: running hashcat with psexec - by nxte - 09-30-2013, 07:45 PM
RE: running hashcat with psexec - by radix - 09-30-2013, 07:58 PM
RE: running hashcat with psexec - by nxte - 09-30-2013, 08:06 PM
RE: running hashcat with psexec - by radix - 09-30-2013, 08:08 PM
RE: running hashcat with psexec - by nxte - 09-30-2013, 10:46 PM
RE: running hashcat with psexec - by radix - 09-30-2013, 10:53 PM
RE: running hashcat with psexec - by nxte - 09-30-2013, 11:00 PM
RE: running hashcat with psexec - by nxte - 10-01-2013, 04:05 PM
RE: running hashcat with psexec - by nxte - 10-01-2013, 04:50 PM
RE: running hashcat with psexec - by nxte - 10-05-2013, 04:17 PM