How to use named pipe with hashcat?
#2
the problem with named pipes is that they act like a normal file, but have no "file size", so hashcat will read through all of the input to discover the number of password candidates (or "length") and can't really seek back (that's not allowed with named pipes)..

you could use other techniques like appending with rules etc
Reply


Messages In This Thread
RE: How to use named pipe with hashcat? - by philsmd - 05-13-2020, 02:09 PM