Improper Hashcat Setup
#1
I've been trying to crack a FreeBSD MD5 hash, but the speed is at 0H/s. I did some research and someone in a different thread suggested that it was because my input mode is pipe: "Input.mode....: Pipe". I've looked around for material on this, but I guess I'm looking in all the wrong places because I haven't found anything. I'm assuming that because nothing obvious turns up on Google or on the wiki, I'm making some blatantly obvious noob error. Any help would be greatly appreciated. Thanks!

Example output:

C:\Users\ExampleUser\Documents\Hashcat\hashcat-3.00>hashcat64.exe -m 500 password.txt
hashcat (v3.00-1-g67a8d97) starting...

OpenCL Platform #1: Intel(R) Corporation
========================================
- Device #1:        Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 994/3979 MB allocatable, 4MCU

Hashes: 1 hashes; 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
Watchdog: Temperature abort trigger disabled
Watchdog: Temperature retain trigger disabled

Starting attack in stdin mode...


Session.Name...: hashcat
Status.........: Running
Input.Mode.....: Pipe
Hash.Target....: $1$
Hash.Type......: md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5
Time.Started...: Tue Jul 05 12:44:05 2016 (9 secs)
Speed.Dev.#1...:        0 H/s (0.00ms)
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 0
Rejected.......: 0
#2
https://hashcat.net/wiki/

Specifically the section on attack modes.