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...
--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...
Thanks.
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.