Discussion:
[john-users] generate more than one test tezos hash
Powen Cheng
2018-11-16 13:47:09 UTC
Permalink
Hello, how can I generate more than one test hash using this?

***@tezos-MS-7577:~/JohnTheRipper/run$ ./tezos2john.py
Usage: ./tezos2john.py 'mnemonic data (15 words)' 'email' 'public key'

Example: ./tezos2john.py 'put guide flat machine express cave hello connect
stay local spike ski romance express brass' '
***@tezos.example.org' 'tz1eTjPtwYjdcBMStwVdEcwY2YE3th1bXyMR'

What can I do to generate more than one test para?

./tezos2john.py 'put guide flat machine express cave hello connect stay
local spike ski romance express brass' '***@tezos.example.org'
'tz1eTjPtwYjdcBMStwVdEcwY2YE3th1bXyMR'

separate by : or ; or not supported? (2nd test has here) 'put guide flat
machine express cave hello connect stay local spike ski romance express
brass' '***@tezos.example.org'
'tz1eTjPtwYjdcBMStwVdEcwY2YE3th1bXyMR' > tezos.file

If I can't generate more than 1 hash, how can I add this to the tezos.file
dummy:$tezos$1*2048*put guide flat machine express cave hello connect stay
local spike ski romance express brass****@tezos.example.org
*tz1eTjPtwYjdcBMStwVdEcwY2YE3th1bXyMR*a19fce77caa0729c68072dc3eb274c7626a71880d926

Do I simply add line after another? like this?
dummy:$tezos$1*2048*put guide flat machine express cave hello connect stay
local spike ski romance express brass****@tezos.example.org
*tz1eTjPtwYjdcBMStwVdEcwY2YE3th1bXyMR*a19fce77caa0729c68072dc3eb274c7626a71880d926
dummy:$tezos$1*2048*put guide flat machine express cave hello connect stay
local spike ski romance express brass****@tezos.example.org
*tz1eTjPtwYjdcBMStwVdEcwY2YE3th1bXyMR*a19fce77caa0729c68072dc3eb274c7626a71880d926

Does the dummy:$tezos$1*2048* matter or I need to change dummy for each
line added?

Thank you again.
madtomic
Dhiru Kholia
2018-11-17 15:20:45 UTC
Permalink
Post by Powen Cheng
Hello, how can I generate more than one test hash using this?
$ ./tezos2john.py
Usage: ./tezos2john.py 'mnemonic data (15 words)' 'email' 'public key'
What can I do to generate more than one test para?
Just run tezos2john.py multiple times and as many times as required.

$ ../run/tezos2john.py required arguments-go-here-1 > tezos-hashes

$ ../run/tezos2john.py required arguments-go-here-2 >> tezos-hashes

$ ../run/john tezos-hashes
Post by Powen Cheng
Do I simply add one line after another?
Yes. Each output hash goes on a separate line.

Dhiru

Loading...