Correct syntax for oclHashcat when piping dictionary from samba share
#4
I was able to resolve my issue, I removed the attack option and now it updates the status of the attempt without me doing anything. I assume that is normal with a stdin attack. I also removed the single quote character from around my smbclient command. Is there no way to pause the attack and quit so I can resume later? Also anyone have advice on the best way to use
Code:
screen
with the below command?

Code:
smbclient -E \\\\xaelah\\wordlists -Udylan%qwe -c "get 18_in_1 /dev/fd/1" 2>/dev/null | ./oclHashcat64.bin -m 2500 ~/captures/papabear.hccap

The above is my new command


Messages In This Thread
RE: Correct syntax for oclHashcat when piping dictionary from samba share - by dylan - 03-17-2015, 05:57 AM