Table To File Stopped Working
#1
I have some old .cmd's that I used to use to make "l33t" versions of words and write them to a file.

For some reason today when I decided to make a few more I was unable to get it to work. Nothing has changed with my scripts and I have re-read the wiki about this (ironically I wrote that part of the wiki !) and I still can't work out what is wrong.

Here is the code...

Code:
hashcat-cli32.exe --attack-mode 5 --table-file a.table --table-max=15 --stdout pw.txt >> Table_Result.txt

--attack-mode 5 = Table Lookup Attack

--table-file a.table = a.table is my table file

--table-max=15 = Length of longest word to modify

--stdout pw.txt = Read from file called pw.txt

>> Table_Result.txt = Write to file called Table_Result.txt

Can someone please tell me what could have changed ?

I have replaced the old hashcat and license file with the current ones.

The only output I get in the output file is...

Quote:Try --help for more help.
Usage: hashcat [options] hashfile [mask|wordfiles|directories]



Thanks.


Messages In This Thread
Table To File Stopped Working - by Hash-IT - 05-30-2012, 12:26 AM
RE: Table To File Stopped Working - by atom - 05-30-2012, 09:47 AM
RE: Table To File Stopped Working - by Hash-IT - 05-30-2012, 09:49 PM
RE: Table To File Stopped Working - by M@LIK - 05-30-2012, 09:55 PM
RE: Table To File Stopped Working - by Hash-IT - 05-30-2012, 10:12 PM
RE: Table To File Stopped Working - by Hash-IT - 05-31-2012, 03:21 PM
RE: Table To File Stopped Working - by atom - 06-03-2012, 10:13 AM
RE: Table To File Stopped Working - by Hash-IT - 06-03-2012, 11:27 AM
RE: Table To File Stopped Working - by atom - 06-04-2012, 10:22 AM
RE: Table To File Stopped Working - by Hash-IT - 06-04-2012, 01:42 PM
RE: Table To File Stopped Working - by Hash-IT - 06-04-2012, 03:42 PM
RE: Table To File Stopped Working - by atom - 06-05-2012, 09:51 AM