Guest User

Untitled

a guest
Jan 31st, 2018
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. cd /usr/share/john
  2. john ~/Desktop/samhash.txt -format=nt -user=IEUser
  3.  
  4. Using default input encoding: UTF-8
  5. Rules/masks using ISO-8859-1
  6. Loaded 1 password hash (NT [MD4 128/128 AVX 4x3])
  7. Press 'q' or Ctrl-C to abort, almost any other key for status
  8. password (IEUser)
  9. 1g 0:00:00:00 DONE 2/3 (2018-01-31 09:47) 16.66g/s 15033p/s 15033c/s 15033C/s 123456..qwerty
  10. Use the "--show" option to display all of the cracked passwords reliably
  11. Session completed
  12.  
  13. echo "IEUser:1000:aad3b435b51404eeaad3b435b51404ee:8846f7eaee8fb117ad06bdd830b7586c:::" > ./Desktop/hash
  14.  
  15. root@oscpre:~/Desktop# john hash -format=nt -user=IEUser
  16. Using default input encoding: UTF-8
  17. Rules/masks using ISO-8859-1
  18. Loaded 1 password hash (NT [MD4 128/128 AVX 4x3])
  19. Press 'q' or Ctrl-C to abort, almost any other key for status
  20. password (IEUser)
  21. 1g 0:00:00:00 DONE 2/3 (2018-01-31 14:16) 20.00g/s 18040p/s 18040c/s 18040C/s 123456..qwerty
  22. Use the "--show" option to display all of the cracked passwords reliably
  23. Session completed
  24.  
  25. root@oscpre:~/Desktop# printf '%s' "password" | iconv -t utf16le | openssl md4
  26. (stdin)= 8846f7eaee8fb117ad06bdd830b7586c
  27.  
  28. root@oscpre:~/Desktop# john hash --pot=../.john/john.pot -format=nt --show
  29. IEUser:password:1000:aad3b435b51404eeaad3b435b51404ee:8846f7eaee8fb117ad06bdd830b7586c:::
  30.  
  31. 1 password hash cracked, 0 left
Add Comment
Please, Sign In to add comment