Hashcat Starts and Stops Immediately
#1
C:\Cuda>cuda -m 0 -a 0 -o C:\cuda\b.txt C:\cuda\a.txt C:\cuda\data
cudaHashcat v1.35 starting...

Device #1: GeForce GTX 860M, 2048MB, 1019Mhz, 5MCU

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes, 0/1 rotates
Rules: 1
Applicable Optimizers:
* Zero-Byte
* Precompute-Init
* Precompute-Merkle-Demgard
* Meet-In-The-Middle
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Hash
* Single-Salt
* Scalar-Mode
* Raw-Hash
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Kernel ./kernels/4318/m00000_a0.sm_50.64.ptx

INFO: removed 1 hash found in pot file


Session.Name...: cudaHashcat
Status.........: Cracked
Input.Mode.....: File (C:\cuda\data/AT_T.dic)
Hash.Target....: <redacted>
Hash.Type......: MD5
Time.Started...: 0 secs
Speed.GPU.#1...: 0 H/s
Recovered......: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts
Progress.......: 0/0 (100.00%)
Skipped........: 0/0 (100.00%)
Rejected.......: 0/0 (100.00%)
Restore point..: 0/0 (100.00%)
HWMon.GPU.#1...: 0% Util, 43c Temp, N/A Fan

Started: Wed Apr 15 15:06:50 2015
Stopped: Wed Apr 15 15:06:52 2015

C:\Cuda>

Please Help
#2
INFO: removed 1 hash found in pot file

use --show to see the hash
#3
Take more care to read the output in terminal.

Status:Cracked

INFO: removed 1 hash found in pot file

You have previously cracked the hash so it is stored in the cudaHashcat.pot

Each time you start hashcat it checks the pot file by default

You can add in the parameter --potfile-disable to disable this check, allowing you hunt for the plain again.

and posting any hash without the plain is against the rules.
#4
That fixed everything, thank you so much!