-Stdout Option Failure
#1
I recently fired up an old mining rig after I found an old TrueCrypt file that I wanted to gain access to. I'm pretty confident my password is around 15 digits and even bruteforcing that with 7 GPUs isn't realistic as far as I can tell.

I've been playing with settings for the past several days and I've come down to:

Code:
sudo hashcat --status --outfile out.txt --outfile-format 2 --session ses_TC -O -w 3 --custom-charset1 custom.hcchr --increment --increment-min=1 --increment-max=8 -a 6 dict.dict ?1?1?1?1?1?1?1?1

I'm also guessing on the encryption I used so I may need to run this multiple times with different "- m" values

The problem with this is it only utilizes 1 GPU and instead of taking an hour or two to process thru the 8 or 9 so remaining characters I think I need it is going to take weeks or months.  My dictionary file only has about ~10 or so phrases/words I probably would have used to begin the password, the remaining 8 digits could be anything. 

I've read a bunch about the --stdout however when I add it to my code it appears to be starting up then I get a crash and another generic message about failure to allocate swap storage I cannot find anything helpful about.

Code:
sudo hashcat --status --outfile out.txt --outfile-format 2 --session ses_TC -O -w 3 --custom-charset1 custom.hcchr --increment --increment-min=1 --increment-max=8 -a 6 dict.dict ?1?1?1?1?1?1?1?1 --stdout | sudo hashcat -m 6211 TC
hashcat (v5.1.0) starting...

OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
* Device #1: Ellesmere, 3263/4090 MB allocatable, 36MCU
* Device #2: Ellesmere, 3256/4082 MB allocatable, 36MCU
* Device #3: Ellesmere, 4048/8178 MB allocatable, 36MCU
* Device #4: Ellesmere, 3256/4082 MB allocatable, 36MCU
* Device #5: Ellesmere, 3256/4082 MB allocatable, 36MCU
* Device #6: Ellesmere, 4048/8178 MB allocatable, 36MCU
* Device #7: Ellesmere, 3256/4082 MB allocatable, 36MCU

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Applicable optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
* Slow-Hash-SIMD-LOOP

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 64

Watchdog: Temperature abort trigger set to 90c

Starting attack in stdin mode...

Session..........: hashcat
Status...........: Running
Hash.Type........: TrueCrypt PBKDF2-HMAC-RIPEMD160 + XTS 512 bit
Hash.Target......: TC
Time.Started.....: Tue Jan  5 16:15:44 2021 (9 secs)
Time.Estimated...: Tue Jan  5 16:15:53 2021 (0 secs)
Guess.Base.......: Pipe
Speed.#1.........:        0 H/s (0.00ms) @ Accel:32 Loops:32 Thr:64 Vec:1
Speed.#2.........:        0 H/s (0.00ms) @ Accel:32 Loops:32 Thr:64 Vec:1
Speed.#3.........:        0 H/s (0.00ms) @ Accel:32 Loops:32 Thr:64 Vec:1
Speed.#4.........:        0 H/s (0.00ms) @ Accel:32 Loops:32 Thr:64 Vec:1
Speed.#5.........:        0 H/s (0.00ms) @ Accel:32 Loops:32 Thr:64 Vec:1
Speed.#6.........:        0 H/s (0.00ms) @ Accel:64 Loops:16 Thr:64 Vec:1
Speed.#7.........:        0 H/s (0.00ms) @ Accel:32 Loops:32 Thr:64 Vec:1
Speed.#*.........:        0 H/s
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 0
Rejected.........: 0
Restore.Point....: 0
Restore.Sub.#1...: Salt:0 Amplifier:0-0 Iteration:0-32
Restore.Sub.#2...: Salt:0 Amplifier:0-0 Iteration:0-4
Restore.Sub.#3...: Salt:0 Amplifier:0-0 Iteration:0-16
Restore.Sub.#4...: Salt:0 Amplifier:0-0 Iteration:0-16
Restore.Sub.#5...: Salt:0 Amplifier:0-0 Iteration:0-32
Restore.Sub.#6...: Salt:0 Amplifier:0-0 Iteration:0-16
Restore.Sub.#7...: Salt:0 Amplifier:0-0 Iteration:0-32
Candidates.#1....: [Copying]
Candidates.#2....: [Copying]
Candidates.#3....: [Copying]
Candidates.#4....: [Copying]
Candidates.#5....: [Copying]
Candidates.#6....: [Copying]
Candidates.#7....: [Copying]
Hardware.Mon.#1..: Temp: 32c Fan: 33% Core: 300MHz Mem: 300MHz Bus:8
Hardware.Mon.#2..: Temp: 30c Fan: 33% Core: 300MHz Mem: 300MHz Bus:8
Hardware.Mon.#3..: Temp: 22c Fan: 33% Core: 300MHz Mem: 300MHz Bus:8
Hardware.Mon.#4..: Temp: 29c Fan: 33% Core:1000MHz Mem: 300MHz Bus:16
Hardware.Mon.#5..: Temp: 31c Fan: 33% Core: 300MHz Mem: 300MHz Bus:8
Hardware.Mon.#6..: Temp: 27c Fan: 33% Core: 300MHz Mem: 300MHz Bus:8
Hardware.Mon.#7..: Temp: 29c Fan: 33% Core: 300MHz Mem: 300MHz Bus:8


ATTENTION! Read timeout in stdin mode. The password candidates input is too slow:
* Are you sure that you are using the correct attack mode (--attack-mode or -a)?
* Are you sure that you want to use input from standard input (stdin)?
* If so, are you sure that the input from stdin (the pipe) is working correctly and is fast enough?


[ 727.883964] Killed process 2066 (hashcat (hashcat) total-vm3712192kB, anon-rss1285700kB, file-rss:0kb, shmem-rss:0kb
[ 728.945995] [TTM] Failed allocating Swap Storage


If anyone has any ideas I would appreciate it, if any more info is needed please also let me know.
Reply


Messages In This Thread
-Stdout Option Failure - by Alpha7 - 01-05-2021, 06:31 PM
RE: -Stdout Option Failure - by undeath - 01-05-2021, 07:41 PM
RE: -Stdout Option Failure - by Alpha7 - 01-05-2021, 08:45 PM
RE: -Stdout Option Failure - by undeath - 01-05-2021, 11:02 PM
RE: -Stdout Option Failure - by Alpha7 - 01-06-2021, 12:59 AM
RE: -Stdout Option Failure - by undeath - 01-06-2021, 03:27 PM