Mi piacerebbe attaccare un hash sha256 auto-creato con john --wordlist=
Finora ho fatto quanto segue:
$ echo 'testpassword' | sha256sum > mypassword
rimosso la coda dell'output con vim
$ cat mypassword
dc460da4ad72c482231e28e688e01f2778a88ce31a08826899d54ef7183998b5
penetrare con John
$ john --wordlist=list.txt --format=raw-sha256 mypassword
Risultati:
Using default input encoding: UTF-8
Loaded 1 password hash (Raw-SHA256 [SHA256 128/128 SSE2 4x])
Press 'q' or Ctrl-C to abort, almost any other key for status
0g 0:00:00:06 DONE (2017-01-06 12:47) 0g/s 2347Kp/s 2347Kc/s 2347KC/s
Session completed
show
$ john --show mypassword
0 password hashes cracked, 1 left
Che cosa ho fatto di sbagliato? raw-sha256
non è il formato giusto? La password di prova è sicuramente nella lista di parole.