RfidResearchGroup / RFIDtools

RRG Android App for use with Proxmark3 RDV4 and the blueshark addon
GNU General Public License v3.0
481 stars 82 forks source link

Proxmark "lf hid brute --fc" option does not work #63

Open lanrat opened 3 years ago

lanrat commented 3 years ago

When using a Proxmark 3 over USB, the --fc flag for the lf hid brute command is not recognized. The --fc flag is listed as an option in lf hid brute --help, but when used, it says it is an invalid option. Screenshots showing the bug below.

lf hid brute error with --fc flag

Screenshot_20201206-193644

lf hid brute usage

Screenshot_20201206-193934 (1)

lf hid brute working without --fc flag

Screenshot_20201206-193708

hw version

Screenshot_20201206-193736

iceman1001 commented 3 years ago

If you use the latest RRG/Iceman client/fw you will see that this little bug is fixed. right now, your client wants "--fn" instead.

lanrat commented 3 years ago

Thanks.

I'm running the latest Iceman firmware, and it works on desktop Linux with --fc and on RFIDtools with --fn.

lanrat commented 3 years ago

I've also noticed that the lf hid clone command does not work either. For hid clone, when run, the command says it completed successfully, but does not actually write to the card. It works on desktop just find.

Is this the same issue or unrelated?

lanrat commented 3 years ago

Never mind my last comment on lf hid clone not working. I had some strange fob that was not letting me write to it. Using a different blank fob fixed the issue.