Commit Graph

125 Commits

Author SHA1 Message Date
Philippe Teuwen a13b1db49f make style 2024-12-09 15:16:46 +01:00
Iceman 4cd914ad95 Merge branch 'master' into smart_spi_detect
Signed-off-by: Iceman <iceman@iuse.se>
2024-12-03 16:23:56 +01:00
ANTodorov bd803ce8fd rework to use smart SPI flash detection
Check JEDEC ID is in range between 0x0001 ... 0xFFFE,
Compare the output from 0x90 and 0x9F,
Then the size from the JEDEC ID

Otherwise fall-back to 256 kB

Extend the spi_flash_decode.py to handle more (known) SPI flash ICs
2024-12-03 09:40:57 +02:00
Philippe Teuwen ca15bbd019 Rework theremin script 2024-11-30 22:49:31 +01:00
BlueChip 694215bc53 add KDF functionality to rf08s 'full' card recovery script 2024-11-21 00:40:09 +00:00
iceman1001 3a3ea75d12 style 2024-11-15 14:28:14 +01:00
BlueChip 0638603354 add --force to core MAD decode 2024-11-13 01:58:33 +00:00
BlueChip 6aadc2ec10 add switch to force MAD decode 2024-11-12 18:40:18 +00:00
Philippe Teuwen 2562e0b8c9 fix python script color bug 2024-11-11 20:34:14 +01:00
Philippe Teuwen 0f9cb05182 fix 2024-11-07 23:44:10 +01:00
Philippe Teuwen 7e72a80790 python prompts... 2024-11-07 23:42:02 +01:00
iceman1001 394ed2d711 more colors 2024-11-07 22:17:14 +01:00
Philippe Teuwen 8de4797b30 more colors 2024-11-07 22:10:46 +01:00
iceman1001 96675f41a1 text 2024-11-07 22:00:50 +01:00
iceman1001 bce77f3e2b Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-11-07 21:52:17 +01:00
iceman1001 e65a15337e text 2024-11-07 21:52:07 +01:00
Philippe Teuwen 7be2a671c8 python script: add --fast 2024-11-07 21:42:04 +01:00
iceman1001 0778d1aa6b Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-11-07 21:36:11 +01:00
iceman1001 32028fd53f minor text 2024-11-07 21:36:02 +01:00
iceman1001 27fee07090 style 2024-11-07 21:34:35 +01:00
Philippe Teuwen f65639aa3b spaces 2024-11-07 21:14:30 +01:00
Philippe Teuwen 4decf6545d fudanValidate 2024-11-07 20:49:56 +01:00
Philippe Teuwen e4c283af5e docstrings 2024-11-07 20:24:37 +01:00
Philippe Teuwen 8e43d12e4b still more typos... 2024-11-07 19:37:15 +01:00
Philippe Teuwen 2ef8493cf1 still more typos... 2024-11-07 19:34:42 +01:00
Philippe Teuwen 0fe5825004 lprint: deal with prompt differently 2024-11-07 19:27:51 +01:00
Philippe Teuwen ea83ce81aa typo 2024-11-07 19:24:44 +01:00
Philippe Teuwen 36c9790902 few fixes 2024-11-07 19:12:37 +01:00
Philippe Teuwen a6c2535e88 python script: add fast dump 2024-11-07 18:01:59 +01:00
Philippe Teuwen 13c8ca76fc python script: added few FIXME 2024-11-07 17:34:56 +01:00
Philippe Teuwen 2293874402 python script: wip, less globals, clearer dataflow 2024-11-07 17:01:35 +01:00
Philippe Teuwen 5e2b093b3e python script: start making changes as discussed in the MR, wip 2024-11-07 14:35:46 +01:00
Philippe Teuwen d0bd3266f2 python script: making Fluke8 pleased 2024-11-07 14:01:24 +01:00
BlueChip f85fbe7120 update licence for proxmark submission 2024-11-06 22:16:19 +00:00
BlueChip 55f8e6ed4b refactor console flushing; make indentation consistent; change the word 'hash' for 'sig'nature 2024-11-06 21:31:58 +00:00
BlueChip 3e1c21ac83 Fudan FM11R08* full-card recovery script; with Bambu tag support 2024-11-04 02:02:31 +00:00
Benjamin DELPY b96637b167 Update intertic.py to support Avignon / Orizo
Signed-off-by: Benjamin DELPY <benjamin@gentilkiwi.com>
2024-10-31 13:20:53 +01:00
Benjamin DELPY d4890d73b4 Update intertic.py to support Bourg-en-Bresse
Signed-off-by: Benjamin DELPY <benjamin@gentilkiwi.com>
2024-10-31 11:03:45 +01:00
Philippe Teuwen 59b6c0353d fm11rf08s_recovery: now usable as main or imported 2024-10-29 23:10:31 +01:00
Philippe Teuwen de96479d80 pm3_console() in Python/Lua/C: replace passthru by capture and quiet 2024-10-29 21:13:38 +01:00
Xue Liu e3c2e86604 Delete extra whitespace character in mf_backdoor_dump.py
Delete the extra whitespace character in mf_backdoor_dump.py. This blank character prevents the for loop from trying the next backdoor key.

Signed-off-by: Xue Liu <liuxuenetmail@gmail.com>
2024-10-27 19:51:23 +01:00
Philippe Teuwen 6034f113ed fm11rf08s_recovery: add support for supply-chain (now shorter json) 2024-10-23 00:43:18 +02:00
Philippe Teuwen 5ff157cb4c fm11rf08s_recovery: add support for supply-chain 2024-10-23 00:10:22 +02:00
Anton Todorov bdaa6d2852 Update spi_flash_decode.py
add some more SPI devices

Signed-off-by: Anton Todorov <ANTodorov@users.noreply.github.com>
2024-10-16 16:36:36 +03:00
Philippe Teuwen c66834f19c fm11rf08s_recovery: get prefs via JSON 2024-10-14 21:49:41 +02:00
Lucifer Voeltner 376df75d63 fm11rf08s_recovery.py: option to keep generated dictionaries after processing; save dump and key to the path shown in prefs show 2024-10-14 21:47:22 +07:00
Philippe Teuwen d3a434b966 spi_flash_decode.py: add 0x4013 (fix) 2024-10-14 09:33:34 +02:00
Philippe Teuwen a488d9c1f3 spi_flash_decode.py: add 0x4013 2024-10-14 09:31:01 +02:00
Philippe Teuwen e661df960f Changed mf_backdoor_dump.py: use faster ecfill/eview 2024-10-13 22:55:41 +02:00
Def ea797602f4 32mbit flash identification 2024-10-13 17:58:19 +03:00