Password Spraying
Hey everyone, I performed a password spray against a list of LM passwords, and I was wondering if there was a way to pair up both of the halves automatically to get the full password instead of searching for each half to combine them.
*NOTE*
I am not doing this illegally. I am performing my first password audit and have a full statement of work in place and signed by my employer.
*NOTE*
I am not doing this illegally. I am performing my first password audit and have a full statement of work in place and signed by my employer.
Comments
hashcat (preferred, for me) - ./hashcat.bin -a 3 -m 3000 lm_hashes.txt -1 ?a ?1?1?1?1?1?1?1 --increment
jtr - john --format=LM lm_hashes.txt
I went in manually and did it. I will have to try what you mentioned