mode 8700 (Lotus Notes/Domino 6) doesn't work at v.3.xx
#1
Hash mode:
8700 | Lotus Notes/Domino 6 | Enterprise Application Software (EAS)

example:
(G/eJ0Ht0auBMrkZIO9Ge):P@ssw0rd

dictionary.txt:
Password1
P@ssw0rd
Password3

.\hashcat-3.10\hashcat64.exe -m8700 (G/eJ0Ht0auBMrkZIO9Ge) dictionary.txt

Session.Name...: hashcat
Status.........: Exhausted
Input.Mode.....: File (dictionary.txt)
Hash.Target....: (G/eJ0Ht0auBMrkZIO9Ge)
Hash.Type......: Lotus Notes/Domino 6
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 3/3 (100.00%)
Rejected.......: 0/3 (0.00%)


.\hashcat-3.00\hashcat64.exe -m8700 (G/eJ0Ht0auBMrkZIO9Ge) dictionary.txt

Session.Name...: hashcat
Status.........: Exhausted
Input.Mode.....: File (dictionary.txt)
Hash.Target....: (G/eJ0Ht0auBMrkZIO9Ge)
Hash.Type......: Lotus Notes/Domino 6
Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 3/3 (100.00%)
Rejected.......: 0/3 (0.00%)

.\hashcat-2.01\oclHashcat64.exe -m8700 (G/eJ0Ht0auBMrkZIO9Ge) dictionary.txt

Session.Name...: oclHashcat
Status.........: Cracked
Input.Mode.....: File (dictionary.txt)
Hash.Target....: (G/eJ0Ht0auBMrkZIO9Ge)
Hash.Type......: Lotus Notes/Domino 6
Recovered......: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts
Progress.......: 3/3 (100.00%)
Rejected.......: 0/3 (0.00%)
#2
Can't reproduce, works fine:

Quote:root@ht:~/hashcat# ./hashcat -m 8700 hash wl
hashcat (v3.10-8-gb57235f) starting...

OpenCL Platform #1: NVIDIA Corporation  
======================================
- Device #1: GeForce GTX 750 Ti, 499/1998 MB allocatable, 5MCU

OpenCL Platform #2: The pocl project
====================================
- Device #2: pthread-AMD FX(tm)-8120 Eight-Core Processor, skipped

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:
* Early-Skip
* Not-Iterated
* Single-Hash
* Single-Salt
* Raw-Hash
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 75c

- Device #1: Kernel m08700_a0.35839430.kernel not found in cache! Building may take a while...
Generated dictionary stats for wl: 29 bytes, 3 words, 3 keyspace          

ATTENTION!                                                
 The wordlist or mask you are using is too small.
 Therefore, hashcat is unable to utilize the full parallelization power of your device(s).
 The cracking speed will drop.
 Workaround: https://hashcat.net/wiki/doku.php?id=fre...full_speed

INFO: approaching final keyspace, workload adjusted      

(G/eJ0Ht0auBMrkZIO9Ge):P@ssw0rd                          
                                                         
Session.Name...: hashcat
Status.........: Cracked
Input.Mode.....: File (wl)
Hash.Target....: (G/eJ0Ht0auBMrkZIO9Ge)
Hash.Type......: Lotus Notes/Domino 6
Time.Started...: 0 secs
Speed.Dev.#1...:        0 H/s (0.26ms)
Recovered......: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts
Progress.......: 3/3 (100.00%)
Rejected.......: 0/3 (0.00%)

Started: Sat Aug 27 22:57:47 2016
Stopped: Sat Aug 27 22:57:54 2016

You propably have a broken OpenCL installation? Check the wiki on how to solve it.