hybrid attack Netntlm too slow
#11
just for testing:
Code:
hashcat --keyspace -m 5500 -a 6 -1 ?l?u?s possibilities.txt ?1?1?1?1?1?1?1

Code:
hashcat --stdout -a 6 -o temporary_file.txt -s 2 -l 2 -1 ?l?u?s possibilities.txt ?1?1?1?1?1?1?1

Code:
type temporary_file.txt | hashcat -m 5500 hash.txt

note: you should probably reduce the length of the mask to e.g. ?1?1?1 for testing to save disk space (shouldn't really matter too much). or use something like the "head" command on linux.
Code:
hashcat --stdout -a 6 -s 2 -l 2 -1 ?l?u?s possibilities.txt ?1?1?1?1?1?1?1 | head -n 999999 > temporary_file.txt


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 philsmd - 10-27-2018, 09:12 PM
RE: hybrid attack Netntlm too slow - by philsmd - 10-27-2018, 10:44 PM