-
Notifications
You must be signed in to change notification settings - Fork 314
TRY Add new EMV scan and attack features for ChameleonUltra #329
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
base: main
Are you sure you want to change the base?
Conversation
Introduces support for EMV, DESFire, NTAG brute-force, NDEF URI generation, FDX-B, Indala, and T5577 brute-force in firmware and CLI. Adds new source files for RFID protocols and utilities, updates Makefile to include new modules, and extends command definitions and CLI units to expose these features. This enhances the device's capability to scan, attack, and interact with a wider range of RFID tags. (Nah, for real; i tried my best, but is harf af to obtain an asnwer from android google walllet thing.... idk how BRUCE OS manages to event get the cards issuer) *dont add tis crap ;( (still)
|
You are welcome to add an entry to the CHANGELOG.md as well |
GameTec-live
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a quick glance, nothing jumps out at me, but please remove the build_dev.ps1 as that doesnt fit in with the existing build system and we already have various ways to build on various platforms.
Waiting for someone more familiar with firmware to review.
Notupus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Havent gotten it to work, on the desfire/emv stuff but there are a few changes which I think should be done initially, experiments have shown that EMV works much better with WTX
| $(PROJ_DIR)/rfid/reader/lf/lf_t55xx_data.c \ | ||
| $(PROJ_DIR)/rfid/reader/lf/lf_hidprox_data.c \ | ||
| $(PROJ_DIR)/rfid/reader/lf/lf_viking_data.c \ | ||
| $(PROJ_DIR)/rfid/reader/lf/fdx_b.c \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This includes the .c files but misses the header files, could be fixed by including the directory or the files one by one, would fix compilation issues
| g_pcb_block_num ^= 1; | ||
|
|
||
| if ((buffer[0] & 0xC0) != 0x00) { | ||
| // Simple implementation: ignore chaining/WTX for now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WTX should make reading much more reliable, especially on non card emv or newer more secure cards.
Introduces support for EMV, DESFire, NTAG brute-force, NDEF URI generation, FDX-B, Indala, and T5577 brute-force in firmware and CLI. Adds new source files for RFID protocols and utilities, updates Makefile to include new modules, and extends command definitions and CLI units to expose these features. This enhances the device's capability to scan, attack, and interact with a wider range of RFID tags.
(Nah, for real; i tried my best, but is hard af to obtain an answer from android google walllet thing.... idk how BRUCE OS manages to even get the cards issuer)
It just prompts the phone for finger print unlock thing.... and time's out
*dont add tis crap ;( (still)