09-05-2012, 02:58 PM
no, it does not, by default. on linux you can trick using mkfifo
$ mkfifo dict
then:
1st shell: ./sp32.bin ... > dict
2nd shell: ./hashcat-cli32.bin ... dict
$ mkfifo dict
then:
1st shell: ./sp32.bin ... > dict
2nd shell: ./hashcat-cli32.bin ... dict