Closed OscarAkaElvis closed 4 years ago
different repos, different commands.
omg... I installed this repo. Has this repo something to dump this kind of cards?
No. Dumping to file is a new feature which has not yet been merged to this repo. You need to install the RRG repo if you really need it now.
Thank you for the info. Last question before closing this. Can I install that other repo into another location without interfering to this which is already working?
The repos won't interfere. But you have to flash the PM3 firmware each time you switch to another repo's client.
Hmm... that is not an option for me... but, why the command "dump" is appearing for lf t55 and lf t55xx ??? is available. Maybe because is planned to be added in the future? Thanks, closing this.
The dump command currently dumps to screen only. It shouldn't be very difficult to add the dump to file feature.
That could be awesome! to create a bin file to store the data and then being able to restore from a bin file to a chameleon or whatever. I know probably you'll have a lot of tasks and features to implement. If you think this is easy could be awesome to be included.
Thanks for your amazing work!
Hi, not sure if this could be a bug or maybe I'm doing something wrong. I'm trying to create a dump file from a card but I'm not achieving it. This is the card:
I can emulate it and clone to other blank rewritable t55xx chinese card and the cloned card works like a charm. The output of both (original and cloned) is completely the same. Ok but I want to create a dump file from any of them and for some reason I can't get it.
More data:
As you can see, there is no password set. This is what I get when trying to dump it to a file:
No file is written... I also tried
I also tried all the commands using
lf t55
instead oflf t55xx
but got same result.It is supposed that a file should be written as this thread say: https://github.com/RfidResearchGroup/proxmark3/issues/412
On that thread we can see after a
lf t55 dump
command something like[+] saved 48 bytes to binary file lf-t55xx-FFCA518B-DEC60C60-data.bin
but is not my case...What am I'm doing wrong? any help? Thank you.