[solved] how to pipe rli2 tot textfile?
#4
No, it should work like that.

See for instance here: https://hashcat.net/forum/thread-3826.html
Same OP and identical problem. The suggested solution in both cases was to use "> outfile", which of course should work. And I've tested it again and it does indeed work.

I suppose even something as simple as:
Code:
echo hashcat > newfile.txt

doesn't work for you (please try!).

But without more details about your setup (maybe the shell you use, powershell etc)... or other particularities that are involved in your specific case, we cannot give a solution to your problem "simple file redirection does not work".

This is also a problem that (in my opinion) has nothing to do with hashcat etc.

Maybe try with another setup (computer, laptop) etc and see if it behaves differently and most importantly why it does that.

If you do not use the default cmd.exe, please try with that etc.

P.S. I also want to remind you that rli2 is a very specific hashcat utility that makes some very strict assumptions about the input files. I.e. to make it that efficient and fast it assumes that both input files are sorted (this is different from rli.exe), also the general idea is that the first file you specify is the (sorted!) whole file and the second file is a (sorted!) subset of the whole file. If the input files are not already sorted, you need to do that manually (in linux we just use the sort command).


Messages In This Thread
RE: how to pipe rli2 tot textfile? - by philsmd - 12-14-2014, 04:36 PM
RE: how to pipe rli2 tot textfile? - by tibit - 12-14-2014, 06:33 PM
RE: how to pipe rli2 tot textfile? - by philsmd - 12-14-2014, 06:44 PM
RE: how to pipe rli2 tot textfile? - by tibit - 12-14-2014, 08:40 PM
RE: how to pipe rli2 tot textfile? - by atom - 12-14-2014, 08:36 PM