running hashcat with psexec
#5
Radix,
I just attempted it with hashcat-cli64

locally: hashcat-cli64.exe -m 0 -a 3 -o cracked.txt hash.txt ?l?l?l?l?l?l?l?l
This works locally on the machine.

with PsExec:
psexec -u uname -p pw \\IP-address "C:\Users\forensics\Desktop\cpuhashcat\hashcat-cli64.exe" -m 0 -a 3 -o cracked.txt hash.txt ?l?l?l?l?l?l?l?l

returns: Ihash.txt: no such file or directory
exiting with error code: -1.

Im not sure why it appends "I" onto the hash file. I ensured the command does not actually say "Ihash.txt".

Then tried:
psexec -u uname -p pw \\IP-address "C:\Users\forensics\Desktop\cpuhashcat\hashcat-cli64.exe" -m 0 -a 3 -o cracked.txt "C:\Users\forensics\Desktop\cpuhashcat\hash.txt" ?l?l?l?l?l?l?l?l

This actually worked and cracked the hash!

I am now going back to cudaHash and enclosing the hash file with " and the directory. I believe i tried this method earlier with no results, but will attempt again.


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