./john --format=lm /root/hashes
which provides the plaintext uppercase password "KITTENBOOTIES". Great, now we need the real password, the one with upper/lower cases. we do this easily by supplying the "KITTENBOOTIES" password as the wordlist (with mangling) to john again. so do this:
echo KITTENBOOTIES > wordlist1 ./john -rules --format=nt /root/hashes --wordlist=wordlist1
shablam!
No comments:
Post a Comment