Correct syntax for oclHashcat when piping dictionary from samba share
#1
I am running the following command:

Code:
dylan@hashcat:~/crack/oclHashcat-1.33$ smbclient \\\\xaelah\\wordlists -E -Udylan%qwe -c "get 18_in_1 /dev/fd/1" 2>/dev/null' |  oclHashcat64.bin -m 2500 -a3 ~/crack/captures/papabear.hccap

It runs perfect, the problem I am running into is that I am unable to check status, pause, bypass or execute any of the commands that are typically available.

I then press ctrl ^ c to kill the process or kill it from another terminal. At that point it then prints out the normal status message. I am thinking that this is due to some sort of bash shell issue. Can anyone shed any light on this? I have spent a long time googling and trying different escape strategeis so I am not looking for a simple walk-through, I am happy to do the work but just have hit a dead end.

Below is the output from the terminal to give you an idea of what I am dealing with.

Code:
dylan@hashcat:~/crack/oclHashcat-1.33$ 'smbclient \\\\xaelah\\wordlists -E -Udylan%qwe -c "get 18_in_1 /dev/fd/1" 2>/dev/null' |  oclHashcat64.bin -m 2500 -a3 ~/crack/captures/papabear.hccap
-bash: smbclient \\\\xaelah\\wordlists -E -Udylan%qwe -c "get 18_in_1 /dev/fd/1" 2>/dev/null: No such file or directory
oclHashcat v1.33 starting...

Device #1: Pitcairn, 2005MB, 975Mhz, 16MCU
Device #2: Pitcairn, 2005MB, 1100Mhz, 20MCU

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Applicable Optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
* Brute-Force
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Kernel ./kernels/4098/m02500.Pitcairn_1573.4_1573.4 (VM).kernel (258848 bytes)
Device #1: Kernel ./kernels/4098/markov_le_v1.Pitcairn_1573.4_1573.4 (VM).kernel (35072 bytes)
Device #1: Kernel ./kernels/4098/amp_a3_v1.Pitcairn_1573.4_1573.4 (VM).kernel (13624 bytes)
Device #2: Kernel ./kernels/4098/m02500.Pitcairn_1573.4_1573.4 (VM).kernel (258848 bytes)
Device #2: Kernel ./kernels/4098/markov_le_v1.Pitcairn_1573.4_1573.4 (VM).kernel (35072 bytes)
Device #2: Kernel ./kernels/4098/amp_a3_v1.Pitcairn_1573.4_1573.4 (VM).kernel (13624 bytes)

[s]tatus [p]ause [r]esume [b]ypass [q]uit => s
^c
Session.Name...: oclHashcat
Status.........: Aborted
Input.Mode.....: Mask (?1?2?2?2?2?2?2?3) [8]
Hash.Target....: Papa Bear (00:23:31:e4:65:8b <-> 58:23:8c:be:5d:a7)
Hash.Type......: WPA/WPA2
Time.Started...: Mon Mar 16 17:43:16 2015 (3 secs)
Time.Estimated.: Thu Jul 21 09:11:09 2016 (1 year, 127 days)
Speed.GPU.#1...:    61773 H/s
Speed.GPU.#2...:    82882 H/s
Speed.GPU.#*...:   144.7 kH/s
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 481280/5533380698112 (0.00%)
Skipped........: 0/481280 (0.00%)
Rejected.......: 0/481280 (0.00%)
Restore.Point..: 10240/89248075776 (0.00%)
HWMon.GPU.#1...: 61% Util, 26c Temp, 40% Fan
HWMon.GPU.#2...: 37% Util, 31c Temp, 40% Fan

Started: Mon Mar 16 17:43:16 2015
Stopped: Mon Mar 16 17:43:26 2015
dylan@hashcat:~/crack/oclHashcat-1.33$


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