hybrid attack Netntlm too slow
#8
hi, unfortunately hashcat dont uses all possibilities but only the first entry. 
When i paste the correct first half on the first place it successfully gets the password. When the correct is somewhere else hashcat says Exhausted. I approved this behavior with many passwords and im still confused
Greetings

Edit:
Hi I checked the first output and as you expect it creates all possibilities howewer the second part after the pipe only use the first entry without the pipe it is working
hashcat64.exe -a 6 possibilities.txt -1 ?l?u?s ?1?1?1?1?1?1?1 --stdoud => Creates all possibilities
hashcat64.exe -a 6 possibilities.txt -1 ?l?u?s ?1?1?1?1?1?1?1 --stdout | hashcat64.exe -m 5500 hash.txt => Only uses the first entry => Exhausted
hashcat64.exe -m 5500 -a hash.txt possibilities.txt ?l?u?s ?1?1?1?1?1?1?1 => works


Messages In This Thread
hybrid attack Netntlm too slow - by Marsupilami - 10-26-2018, 03:30 PM
RE: hybrid attack Netntlm too slow - by undeath - 10-26-2018, 03:35 PM
RE: hybrid attack Netntlm too slow - by undeath - 10-26-2018, 03:58 PM
RE: hybrid attack Netntlm too slow - by undeath - 10-27-2018, 10:44 AM
RE: hybrid attack Netntlm too slow - by Marsupilami - 10-27-2018, 05:58 PM
RE: hybrid attack Netntlm too slow - by philsmd - 10-27-2018, 09:12 PM
RE: hybrid attack Netntlm too slow - by philsmd - 10-27-2018, 10:44 PM