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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

LFRFID: Indala 224 (resolves #2386) #3337

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

Aidan-McNay
Copy link

@Aidan-McNay Aidan-McNay commented Jan 4, 2024

What's new

  • Support for the Indala 224 LFRFIF Protocol (code adapted from Indala 26, based on Proxmark3). This should resolve Indala 224 card not being read聽#2386 (as well as hopefully provide some groundwork for later implementing Indala 64)

Verification

  • THIS IS WHERE I NEED HELP 馃槂. I don't actually have access to such a card (yet...in the process), so I would need some help in seeing whether the functionality is correct. I've verified it to the point where the code builds and can be accessed like other protocols, but haven't been able to verify functionality

Checklist (For Reviewer)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

@Aidan-McNay Aidan-McNay changed the title Indala 224 (resolves #2386) LFRFID: Indala 224 (resolves #2386) Jan 4, 2024
@skotopes
Copy link
Member

skotopes commented Jan 4, 2024

@Aidan-McNay nor do we have those cards. And it's going to be quite challenging to get them.

@doomwastaken looks like we need your help here too.

@Aidan-McNay
Copy link
Author

Aidan-McNay commented Jan 4, 2024

(Just saw linting - will fix!)

I have a friend who I believe has them, so I can try to get ahold of one. In the meantime, I know that you can write the data/protocol to T5577 cards via Proxmark3 as well, so if other people have those, that could also be an avenue? Thanks in advance for the support!

@doomwastaken
Copy link
Member

On it, will try to ask around about these cards

@hedger hedger added RFID 125kHz 125, 134 kHz RFID New Feature Contains an IMPLEMENTATION of a new feature labels Jan 4, 2024
@DrZlo13
Copy link
Member

DrZlo13 commented Jan 16, 2024

Doesn't work with the example card that comes with the proxmark help.

[usb] pm3 --> lf indala clone
   ...
   lf indala clone -r 80000001b23523a6c2e31eba3cbee4afb3c6ad1fcf649393928c14e5
   
[usb] pm3 --> lf indala clone -r 80000001b23523a6c2e31eba3cbee4afb3c6ad1fcf649393928c14e5
[=] Preparing to clone Indala 224 bit to T55x7 raw 80000001B23523A6C2E31EBA3CBEE4AFB3C6AD1FCF649393928C14E5
[+] Blk | Data
[+] ----+------------
[+]  00 | 000820E0
[+]  01 | 80000001
[+]  02 | B23523A6
[+]  03 | C2E31EBA
[+]  04 | 3CBEE4AF
[+]  05 | B3C6AD1F
[+]  06 | CF649393
[+]  07 | 928C14E5
[+] Done
[?] Hint: try `lf indala reader` to verify

[usb] pm3 --> lf indala reader
[+] Indala (len 224)  Raw: 80000001b23523a6c2e31eba3cbee4afb3c6ad1fcf649393928c14e5

@DrZlo13
Copy link
Member

DrZlo13 commented Jan 16, 2024

Here I am attaching the raw psk record of this card, you can upload this file to your flipper and use the below command in CLI to test and debug your decoder.

rfid raw_analyze /ext/lfrfid/indala_224.psk.raw

indala_224.psk.raw.zip

Copy link
Member

@DrZlo13 DrZlo13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does not work :(

@DrZlo13 DrZlo13 marked this pull request as draft January 19, 2024 10:04
@Giraut
Copy link

Giraut commented Mar 29, 2024

I have a genuine Indala 224 tag (we use them at work) and it's also cloned into my T5577 implant.

Neither of them are read.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature Contains an IMPLEMENTATION of a new feature RFID 125kHz 125, 134 kHz RFID
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Indala 224 card not being read
6 participants