![]() |
fifo file: No such file or directory? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: fifo file: No such file or directory? (/thread-2214.html) |
fifo file: No such file or directory? - tichon - 04-07-2013 Using "mkfifo dict" worked just fine (backtrack 5r3). Though now when I try to use it I receive the following error: wine mp32.exe -o /root/pw_project/dict ?l?l?l?l?d?d?d?d ERROR: /root/pw_project/dict: No such file or directory This is the first time I have tried to utilize a fifo file. So perhaps I am doing something wrong. Any input is appreciated. UPDATE: So I fixed the above with "wine mp32.exe >> /root/pw_project/dict ?l?l?l?l?d?d?d?d". However, now when I try to get hashcat to use the file: wine hashcat-cli32.exe -m1420 -n 2 -c 512 ~/pw_project/hash.txt -o ~/pw_project/recovered_hash.txt ~/pw_project/dict /root/pw_project/dict: No such file or directory *sigh RE: fifo file: No such file or directory? - Xanadrel - 04-08-2013 This might sound like a stupid question, but why do you run hashcat through wine when there are linux binaries available ? RE: fifo file: No such file or directory? - Kuci - 04-09-2013 Xanadrel has got a point ![]() |