hashcat-utils v1.00
#9
windows users typically aren't very familiar with the command line, so i'll explain further.

the angle brackets are for io redirection. as atom stated, the program does not accept any arguments, it reads from stdin. it's not that the file needs angle brackets around it, it's that you're telling cmd.exe to redirect the input file to stdin of cleanup-rules, and redirecting the output to the output file.

http://www.microsoft.com/resources/docum...x?mfr=true

if you are more comfortable with using a pipe, or if you think it makes more logical sense, you could instead do something like:

Code:
type input.txt | cleanup-rules > output.txt

this would be UUoC (UUoT?), but you're already using windows, so who cares Tongue


Messages In This Thread
hashcat-utils v1.00 - by atom - 03-25-2014, 11:02 AM
RE: hashcat-utils v1.00 - by Hash-IT - 03-25-2014, 01:02 PM
RE: hashcat-utils v1.00 - by Kgx Pnqvhm - 03-25-2014, 11:08 PM
RE: hashcat-utils v1.00 - by atom - 03-26-2014, 09:53 AM
RE: hashcat-utils v1.00 - by Hash-IT - 03-26-2014, 12:21 PM
RE: hashcat-utils v1.00 - by atom - 03-26-2014, 07:17 PM
RE: hashcat-utils v1.00 - by Hash-IT - 03-26-2014, 08:41 PM
RE: hashcat-utils v1.00 - by coolbry95 - 03-26-2014, 08:28 PM
RE: hashcat-utils v1.00 - by epixoip - 03-27-2014, 06:47 AM
RE: hashcat-utils v1.00 - by Hash-IT - 03-27-2014, 03:34 PM
RE: hashcat-utils v1.00 - by Kgx Pnqvhm - 03-28-2014, 10:28 PM
RE: hashcat-utils v1.00 - by Kgx Pnqvhm - 05-04-2014, 10:29 PM