Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

laggy behavior while Identification of UID with Proxmark #4

Closed
Gambrius opened this issue Jun 14, 2020 · 3 comments
Closed

laggy behavior while Identification of UID with Proxmark #4

Gambrius opened this issue Jun 14, 2020 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@Gambrius
Copy link
Collaborator

Proxmark is kind of laggy, because it is always going through all kind of commands, even if no card is placed onto the Proxmark.

The Process should be

  • try to get random number --> until card answers with a random number
  • After receiving random number --> Try to read inventory (UID)
  • IF card does not answer to INVENTORY command --> Try to deactivate privacy mode with known PWs, (0F or TPW)
  • After successful deactivation of privacy mode --> Read UID with INVENTORY command
  • After successful read of INVENTORY - continue asking for RANDOM NUMER with SELECT MODE and UID (given by INVENTORY command) --> The random number answer will stop as soon as card is removed from reader
  • if card got removed from reader -->start over and just ask for random number
@Gambrius Gambrius added the enhancement New feature or request label Jun 14, 2020
@g3gg0
Copy link
Collaborator

g3gg0 commented Jun 15, 2020

yep, its just the effort of building the commands and frames which keeps me from doing this ;)

g3gg0 added a commit that referenced this issue Jun 15, 2020
g3gg0 added a commit that referenced this issue Jun 15, 2020
@g3gg0 g3gg0 closed this as completed Jun 15, 2020
@Gambrius
Copy link
Collaborator Author

New process with mentioned proxmark commands works properly (according to Log Window), but UID is not handed over to Window where the UID needs to be entered.

In addittion after successfull deactivation of privacy mode and read of INVENTORY, Proxmark should continue with asking for random number but this time with flag set to SELECTED including the read UID from the INVENTORY command. And than as long as a random number is answered nothing should happend. As soon as no answer is given, it should start again with the GET RANDOM NUMBER like in the beginning of the process..
This process prevents from continous actions on the RFID Chip besides of permanently asking for the RANDOM NUMBER.

@Gambrius Gambrius reopened this Jun 16, 2020
@Gambrius Gambrius added the bug Something isn't working label Jun 16, 2020
@Gambrius
Copy link
Collaborator Author

Did test it on the new build.
Works like described. Good job done.

Would close it with new commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants