Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
Hello.
I want to add some key in the dictionnary
i need that key will be use by the fonction chk
i have found a files named "mf_default_key" but this files can't be modify manually
I can't find "default_keys.h "
Can you help me ?
I have found a way.
Just need to create key.dic and place it in ./pm3
Then you use hf mf chk 0 A key.dic
Thank you
Last edited by folken42 (2018-01-06 19:01:02)
Offline
its quite easy, just add them to https://github.com/Proxmark/proxmark3/b … t_keys.dic
or make your own dictionary file, its a normal text file.
both ways you use the filename in the
hf mf chk *1 ? d myfilename.dic
Offline
I have found a way.
Just need to create key.dic and place it in ./pm3
Then you use hf mf chk 0 A key.dicThank you
I'm having issues with the default_keys.dic not being found when using the mf commands. I've tried making a new file called "keys.dic" and that still didn't work. I've tried having the file in the ./pm3 folder as you stated and "./pm3/client/ folder" where the original file is located.
Any suggestions?
proxmark3> hf mf chk *1 ? d default_keys.dic
File: default_keys.dic: not found or locked.
proxmark3> hf mf chk *1 ? d keys.dic
File: keys.dic: not found or locked.
proxmark3> hf mf chk 0 A keys.dic
Offline
still having this issue, am i just missing something simple??
Offline
...paths paths paths.. did you start in pm/client/ or in pm3/ folder?...
Offline
Why is it always so simple....
Thanks... Once again!
Last edited by Charlie (2018-02-08 23:08:58)
Offline
Pages: 1