Outputting Rules using stdout
#2
I would say that you should just try to type the whole line again (no copy-paste or scrollback).

There is probably some control character and/or ^C directly within your command line and therefore it doesn't work.

if you have a pipe you can always try both parts independently. e.g. to see if the sort command works and independently see if the left command (hashcat64.exe) works on their own.

for instance with sort you could just test it with :
Code:
type example.dict | sort.exe -u

or
Code:
sort.exe -u example.dict

just to see if the sort command works if used alone (without the pipe and without hashcat involved)

I would say this is not really a problem with hashcat, but just a command line "problem", completely unrelated to hashcat.
Reply


Messages In This Thread
Outputting Rules using stdout - by Flyinghaggis - 09-17-2019, 02:25 PM
RE: Outputting Rules using stdout - by philsmd - 09-17-2019, 04:28 PM