10-22-2016, 04:13 AM
(10-22-2016, 03:35 AM)ICONOCLAST Wrote:(10-21-2016, 07:21 PM)ICONOCLAST Wrote:(10-21-2016, 07:01 PM)atom Wrote: If you want to verify the password candidates match your expectations you can use latest beta version, it will show them to you in the status view or use --stdout
Hi, thank you for the advice.
do you think my command line looks correct?
It will be several hours before i can try it.
with --stdout :
and --remove
./hc -a 3 -m 2500 --session=areacodeSession -w 2 -o AreaCodeOutput.txt --remove --stdout hccap-combined3/combined3.hccap AreaCodeMask.hcmask
I assume this just shows the candidates in a long list on the screen? If you put a file name after them does it create a file?
my hccap file has 9 targets, am I currect in my understanding that --remove omits them from being hashed if they are already solved there by speeding up the process for the remaining un-solved targets?
Quick update:
This does not work:
./hc -a 3 -m 2500 --session=areacodeSession -w 2 -o AreaCodeOutput.txt --remove --stdout hccap-combined3/combined3.hccap masks/areacodes_no-tabs.hcmask
I believe this is working exactly as expected (I don't want to interupt it just yet):
./hc -a 3 -m 2500 --session=areacodeSession -w 2 -o AreaCodeOutput.txt --remove hccap-combined3/combined3.hccap masks/areacodes_no-tabs.hcmask
For some reason the --stdout caused problems, i believe the error was mask file too short
My guess is the --stdout has to go at the end.
Follow up:
Here is the error with --stdout (this time I put it at end, but same error)
hal@ubuntu:~/hashcat-3.10⟫ ./hc -a 3 -m 2500 --session=areacodeSession -w 2 -o AreaCodeOutput.txt --remove hccap-combined3/combined3.hccap masks/areacodes_no-tabs.hcmask --stdout
ERROR: Invalid mask length (0)