Commit Graph

  • d1b62a5fc2 fix wrong sector trailer detection iceman1001 2023-06-23 17:44:15 +02:00
  • 25f84bcb8e fix 14b detection in hf search iceman1001 2023-06-23 17:21:47 +02:00
  • 8700b1e754 fix hf mf mad loading mad v2 sector iceman1001 2023-06-23 17:14:58 +02:00
  • 4b12d67632 text and fixes for MAD v2 iceman1001 2023-06-23 17:12:29 +02:00
  • a508ed7646 fix hf mf dump iceman1001 2023-06-23 17:10:04 +02:00
  • 88e2618131 function to support figuring out if block 0-3 , 0-15 is sectortrailer. The previous function uses 0-255.. iceman1001 2023-06-23 17:08:32 +02:00
  • ed34453461 maur iceman1001 2023-06-23 16:27:30 +02:00
  • 419d0c1f5b adapt return codes for some mifare commands and their debug logging. this will reduce debug message on the client side iceman1001 2023-06-23 16:25:43 +02:00
  • 673f15c247 text iceman1001 2023-06-23 14:19:50 +02:00
  • 7fe02233d8 textual changes to MAD output iceman1001 2023-06-23 13:56:59 +02:00
  • db4086718d kety length checks for hf mf rdbl, rdsc, wrbl, and some textual changes to hf mf mad iceman1001 2023-06-23 13:37:37 +02:00
  • 59a2b63d6b thanks to user Hawkeye which tested on old conference badges on a NTAG216 iceman1001 2023-06-23 06:56:05 +02:00
  • c953ad6957
    Merge pull request #2012 from hb9xar/master Iceman 2023-06-22 23:20:21 +02:00
  • 492a09f5cc correct LEGIC 16bit CRC calculation "hf legic crc", use init_table(CRC_LEGIC_16) to be consistent with l_crc16legic in client/src/scripting.c Thomas 2023-06-22 22:51:16 +02:00
  • f138e54db6 fix: missing includes when building with "gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9)" Thomas 2023-06-22 22:34:49 +02:00
  • 62aefa6d27
    Merge pull request #2011 from kormax/more-ecp-annotations Iceman 2023-06-22 18:15:14 +02:00
  • 57b827613b Update aidlist.json kormax 2023-06-22 18:30:52 +03:00
  • 1bd389bdd0 Add annotation for AirDrop ECP frame kormax 2023-06-22 18:06:23 +03:00
  • c7af716942 style iceman1001 2023-06-21 18:49:12 +02:00
  • d3792c0853 adapt mifare plus key files to be loaded/saved in json. WIP , will need a typedef struct in order to work properly iceman1001 2023-06-21 18:48:04 +02:00
  • cdb906cd23 style iceman1001 2023-06-21 18:45:59 +02:00
  • 681382e0cc new AID for Kiev metro card iceman1001 2023-06-21 18:45:25 +02:00
  • a4a7033b23 adapt comparision of text iceman1001 2023-06-21 18:43:21 +02:00
  • 4dcde5e6fb
    Merge branch 'RfidResearchGroup:master' into master Alex 2023-06-19 19:52:25 +02:00
  • d65094b7e0 fixed some color to mad directory printings and fixed a sector issue in when saving keyfiles to Mifare Plus cards iceman1001 2023-06-19 15:01:40 +02:00
  • 71c12c1828 smart generators core settings PhaseLoop 2023-06-16 20:48:57 +00:00
  • 78f2d9b958
    Merge branch 'RfidResearchGroup:master' into master Alex 2023-06-16 15:46:49 +02:00
  • 2010d10f81 forgot to push function rename iceman1001 2023-06-16 05:34:52 +02:00
  • d861354344 fix pm3-flash-all script, where the identification of outdated bootloader failed because of the comparision didnt match any longer iceman1001 2023-06-16 05:33:35 +02:00
  • 28fa53170e hf mfp mad now has same checks as mf mad cmd iceman1001 2023-06-16 04:34:26 +02:00
  • 620e5f4951 simplify logic iceman1001 2023-06-15 22:47:21 +02:00
  • be507e1662 Avoid spurious 'No history will be recorded' error on fresh install Philippe Teuwen 2023-06-15 16:09:15 +02:00
  • 272170dc16
    Merge pull request #2010 from nvx/bugfix/fix_15693_sniff_reader_timings Iceman 2023-06-15 14:26:36 +02:00
  • 21460d5a52
    Merge branch 'master' into bugfix/fix_15693_sniff_reader_timings Iceman 2023-06-15 14:26:27 +02:00
  • 6d48b1a5dd Update changelog nvx 2023-06-15 22:23:46 +10:00
  • 5c9c360977 Fix hf iclass/15693 sniff trace timings. Previously reader durations would be reported to be twice as long in the trace vs reality, and as a result the start time would be earlier than it should have been as well. Also fixes a minor sniff trace timing with card dual subcarrier responses. nvx 2023-06-15 22:19:02 +10:00
  • 1ee7a72a2e
    Merge pull request #2009 from jmichelp/legic Iceman 2023-06-15 10:57:29 +02:00
  • 45b710dc0a changelog Jean-Michel Picod 2023-06-14 16:42:11 +02:00
  • d9ed07c77c Missed one line for LegicCash uid Jean-Michel Picod 2023-06-14 16:37:29 +02:00
  • fdd85d7e1e Fix LegicCash segment CRC computation Jean-Michel Picod 2023-06-14 16:32:10 +02:00
  • 6fd0d93647 fixed the trace list output when marking crcbytes in color mode. Some odd cases exists. iceman1001 2023-06-14 14:24:41 +02:00
  • f370e0df71 revert iceman1001 2023-06-12 21:12:24 +02:00
  • 8ac04b2d21 style on hf mf rdsc , hf mf rdbl, to match the MF commands iceman1001 2023-06-12 20:34:06 +02:00
  • f462e6bd02 hf mfp rdsc - style similar to MF commands iceman1001 2023-06-12 20:14:12 +02:00
  • 92f08ff09b
    Fix type Foxushka 2023-06-12 18:06:00 +00:00
  • 69cd16f7eb
    Remove duplicated keys Foxushka 2023-06-12 17:58:44 +00:00
  • 383c52c1bd added colors and show all sectors in range for hf mf chk iceman1001 2023-06-12 19:54:05 +02:00
  • 3de4f5225b enable fingerprint for UL-C tags too iceman1001 2023-06-11 22:59:10 +02:00
  • 5505096483 text iceman1001 2023-06-11 22:41:52 +02:00
  • 1caf4ad1d2 text iceman1001 2023-06-11 22:30:09 +02:00
  • 219d38e0fa added test for philips in the selftest iceman1001 2023-06-11 21:53:42 +02:00
  • 4180f6bfe2 added philips toothbrush detection in hf mfu info and generator in hf mfu pwdgen -r iceman1001 2023-06-11 21:52:42 +02:00
  • 5df82c537c missed one file iceman1001 2023-06-11 21:33:04 +02:00
  • dfc338c384 philips pwd/pack gen algo iceman1001 2023-06-11 20:04:26 +02:00
  • f1d78c4e7c new crc16 option used with Philips toothbrushes. different init value 0x49a3. Should be reported to the CRC catalog https://reveng.sourceforge.io/crc-catalogue/16.htm iceman1001 2023-06-10 12:17:56 +02:00
  • d5f8202284 textual iceman1001 2023-06-10 12:03:39 +02:00
  • e1c5cee37c Add .circleci/config.yml mzluckylady6969 2023-06-09 14:45:31 -06:00
  • acaaeab810 commit mzluckylady6969 2023-06-09 13:46:32 -06:00
  • 78ebb809f6
    Critical styling fix team-orangeBlue 2023-06-06 21:15:25 +03:00
  • 08d94c22aa
    Merge branch 'RfidResearchGroup:master' into master team-orangeBlue 2023-06-06 21:00:36 +03:00
  • cc6b9511d8
    Merge branch 'RfidResearchGroup:master' into master Alex 2023-06-05 19:47:20 +02:00
  • 005fddfe6d
    Merge pull request #1996 from jerji/master Iceman 2023-06-04 21:59:28 +02:00
  • 2adfc928fc
    Merge branch 'master' into master Angel 2023-06-04 11:39:45 -04:00
  • dc1a0936da Re-added old checksum under command parameter for demod and read. Angel 2023-06-04 11:38:13 -04:00
  • 97eb0238b1 style iceman1001 2023-06-02 10:45:04 +02:00
  • 9bce8266b8
    Formatting fix team-orangeBlue 2023-06-01 23:32:22 +03:00
  • ec31ec2141 make bruteforce code key length independent PhaseLoop 2023-06-01 20:13:38 +00:00
  • 3b4040d337
    Add UL2 team-orangeBlue 2023-06-01 22:49:10 +03:00
  • 21e42d7073
    Add table of contents to country-specific magic tags team-orangeBlue 2023-06-01 22:25:03 +03:00
  • f20326a56b
    New magic cards docs team-orangeBlue 2023-06-01 21:34:50 +03:00
  • b6697615d4
    Completely remove the magic cards doc for repurposing team-orangeBlue 2023-05-31 20:33:59 +03:00
  • c59bdec4f2 Unified fpga folders d18c7db 2023-05-30 19:47:27 +02:00
  • 1107c214c5 hf mf ndefformat now uses the binary key loading iceman1001 2023-05-30 16:19:33 +02:00
  • 2356dfea73 hf mf restore - now uses the binary key loading fct() iceman1001 2023-05-30 14:14:21 +02:00
  • 5c6f8706aa
    Merge branch 'RfidResearchGroup:master' into master Alex 2023-05-30 13:58:21 +02:00
  • 7c8e9db822 allow user abort when wiping iceman1001 2023-05-30 13:46:52 +02:00
  • 829c37a1b6 Add more bitstream header parser sanity checks, get bitstream name from compiled bitstream header not from filename d18c7db 2023-05-30 12:02:26 +02:00
  • 7368cccdf9 Disney MagicBand iceman1001 2023-05-29 06:57:39 +02:00
  • f17ce1fd68 revert one debug message iceman1001 2023-05-28 12:40:57 +02:00
  • 2b90683aff added debug output for usart comms iceman1001 2023-05-28 12:34:29 +02:00
  • 6d22b606c2 adapt comparison iceman1001 2023-05-28 10:26:07 +02:00
  • da250f9eed adapted to handle the bluetooth identifier on a Proxmark SE device. Full name is identifier is: Proxmark SE(TEST) iceman1001 2023-05-28 08:24:06 +02:00
  • 336bd06d88 type fix iceman1001 2023-05-28 07:34:27 +02:00
  • 9df031b5a0
    Merge pull request #1999 from d18c7db/master Iceman 2023-05-27 21:58:00 +02:00
  • c5c0ef36a7 Fix truncated FPGA upload due to incorrect integer size variable d18c7db 2023-05-27 21:47:51 +02:00
  • f4db217866 Create CHANGELOG.md d18c7db 2023-05-27 21:33:27 +02:00
  • 0a2b4bf54c
    Merge branch 'RfidResearchGroup:master' into master Alex 2023-05-27 21:19:16 +02:00
  • d21effe637 Merge branch 'master' of https://github.com/d18c7db/proxmark3 d18c7db 2023-05-27 21:13:20 +02:00
  • 62b184ce49 adapt usart rx to enable clocks iceman1001 2023-05-27 21:12:58 +02:00
  • 1d0da726ec the clocks for usart rxtx wasnt enabled. iceman1001 2023-05-27 21:10:11 +02:00
  • eeac736fd7 Update CHANGELOG.md d18c7db 2023-05-27 21:03:16 +02:00
  • 371bfcf3a8 Bugfix, incorrect integer size d18c7db 2023-05-27 21:00:28 +02:00
  • 32fcf5e870 make 16 bytes default cols iceman1001 2023-05-27 17:00:28 +02:00
  • bad5c1ea61 refactor bruteforce headers and namespace PhaseLoop 2023-05-27 11:57:39 +00:00
  • 0cc7373655 fix resource leaks iceman1001 2023-05-27 12:10:32 +02:00
  • 328e5461f8 added "--sk" param to hf mf eview and view commands. This param extracts and saves keys to binary key file iceman1001 2023-05-27 10:46:42 +02:00
  • 82886e2036 reverting back to threshold 5, HF reading becomes better. Keeping the Simulation threshold iceman1001 2023-05-27 10:30:52 +02:00
  • 71f934dbd7 text iceman1001 2023-05-27 10:28:54 +02:00
  • 5c604de4c1 adapt hardnested bitflip arrays to load iceman1001 2023-05-27 10:26:30 +02:00
  • 231307252b Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 iceman1001 2023-05-27 10:05:29 +02:00