Commit Graph

  • f9da8615e4 fix CID #405224 iceman1001 2023-03-04 20:32:34 +01:00
  • 7504413f0b fix CID #405225 iceman1001 2023-03-04 20:29:39 +01:00
  • b6be8d9532 fix CID # 405226 iceman1001 2023-03-04 20:24:20 +01:00
  • a0feb580c2 fix CID #405227 - wrong comparision for the first fix iceman1001 2023-03-04 20:20:10 +01:00
  • 95a19405d8 fix CID #405230 - array too small iceman1001 2023-03-04 20:17:06 +01:00
  • 173841b533 fix CID #405231 - resource leak iceman1001 2023-03-04 20:14:09 +01:00
  • b3652c28be fixc CID #405232 - init array iceman1001 2023-03-04 20:12:00 +01:00
  • 8f20eed914 fix CID #405232 iceman1001 2023-03-04 20:10:46 +01:00
  • 060f452530 fix text iceman1001 2023-03-04 20:03:53 +01:00
  • 5cf0bf7620
    Merge pull request #1928 from cha0tic87/master Iceman 2023-03-04 19:17:31 +01:00
  • f424667d0c
    Fix syntax Chris Smith 2023-03-04 10:40:19 -07:00
  • 3444b5e38a text iceman1001 2023-03-04 10:23:55 +01:00
  • 8b11d62de3
    Merge pull request #1932 from DidierA/hf_mfdes_fixes Iceman 2023-03-04 10:12:21 +01:00
  • 75233d0aec
    Merge pull request #1933 from DidierA/desfire_info_check Iceman 2023-03-04 10:10:07 +01:00
  • fc4e912fc1 MifareFesFireGetInformation(): warningw when tag answer is too short DidierA 2023-03-03 17:33:38 +01:00
  • d319b0dee3 hf mfdes: Use hex in error message, consistent with cmdline DidierA 2023-03-03 16:03:30 +01:00
  • 13e43b1eb5 hf mfdes: Examples where using -s instead of --schann DidierA 2023-03-03 15:57:35 +01:00
  • 8a1cb4e8bf
    Merge pull request #1930 from weejhsteve/patch-4 Iceman 2023-03-01 17:23:23 +01:00
  • db7598ff6b Merge remote-tracking branch 'origin' ch3lt 2023-03-01 11:57:25 +01:00
  • 194895e9af
    Update mfc_default_keys.dic weejhsteve 2023-03-01 15:48:22 +08:00
  • 7cf412040c
    Merge pull request #1929 from weejhsteve/patch-3 Iceman 2023-03-01 08:10:11 +01:00
  • b486f3bba4
    Update mfc_default_keys.dic weejhsteve 2023-03-01 11:23:14 +08:00
  • cd5fa61683
    Update help text Chris Smith 2023-02-28 07:28:06 -07:00
  • 3bcac0cc64
    Updated arguments and help text Chris Smith 2023-02-28 07:24:24 -07:00
  • 21a1defa88
    Fix formatting Chris Smith 2023-02-27 13:06:38 -07:00
  • 702716b597
    Fix formatting Chris Smith 2023-02-27 13:05:16 -07:00
  • 85ca342567
    Add bruteforce functionality to HID facility code Chris Smith 2023-02-27 13:02:16 -07:00
  • 558129c3fd
    Merge pull request #1925 from augustozanellato/gen4_lua_mfc_signature Iceman 2023-02-27 17:30:45 +01:00
  • 0a870602a2
    Merge fa2739dcdd0041069e210efdad9cf42d3ce12471 into 93d7d46776fc1ca849ba6ccbdafc9b9dadb1a45e Alejandro 2023-02-26 14:46:23 +00:00
  • 7834db8be7 Add CHANGELOG.md entry, bump script version Augusto Zanellato 2023-02-24 00:59:35 +01:00
  • b05a2d4525 Add mfc signature support to gen4 lua script Augusto Zanellato 2023-02-24 00:55:49 +01:00
  • fa2739dcdd
    updated changelog Alejandro 2023-02-26 15:44:48 +01:00
  • 62742f6538
    improved hfmfuview Alejandro 2023-02-26 15:44:26 +01:00
  • 0951e6d09f
    Merge f496c9e8434c5ab60ed250a677962045008c485f into 93d7d46776fc1ca849ba6ccbdafc9b9dadb1a45e Alejandro 2023-02-26 14:05:16 +00:00
  • f496c9e843
    updated changelog Alejandro 2023-02-26 14:58:00 +01:00
  • b938d30b98
    improved hfmfview Alejandro 2023-02-26 14:56:27 +01:00
  • 93d7d46776 fix proxspace build iceman1001 2023-02-24 20:57:42 +01:00
  • 02a801f665 fix CID #404863 printing iceman1001 2023-02-23 20:58:45 +01:00
  • dd7c9daa8d fix CID #405002 - invalid string formatter iceman1001 2023-02-23 20:53:53 +01:00
  • a4bf1c5710 update to 22.04 iceman1001 2023-02-23 20:36:27 +01:00
  • 601b442b6c fix warning in GH actions iceman1001 2023-02-23 20:35:07 +01:00
  • 5689d95301
    Merge pull request #1896 from GuruSteve/gProxII-XOR Iceman 2023-02-23 12:34:49 +01:00
  • 9a2e07e1a8 should fix time_t printing issues iceman1001 2023-02-23 12:33:24 +01:00
  • d516c36ad9
    Merge pull request #1921 from mjaksn/213TT Iceman 2023-02-23 11:17:02 +01:00
  • 75fd0c2034
    fixed another missing CLIParserFree(ctx); Matthew Jackson 2023-02-23 01:52:07 -06:00
  • 690eb0fc8a add missing CLIParserFree(ctx) , init variable to zero, and small text change Matthew Jackson 2023-02-22 07:40:04 -06:00
  • 23e0268a1a Merge branch 'master' into 213TT Matthew Jackson 2023-02-22 07:34:05 -06:00
  • a39b474884 Fixed CmdHF15Write/Readblock/Readmulti bug on sanity check when '-u <uid>' argument is passed in command. Formating. ch3lt 2023-02-22 10:12:18 +01:00
  • 628140fd88 correct string formatter in sscanf iceman1001 2023-02-21 16:20:34 +01:00
  • b86e29fca1 init structure with zeros iceman1001 2023-02-21 04:42:51 +01:00
  • 4807fae885 in private case we calloc, need to free that memory iceman1001 2023-02-21 04:42:24 +01:00
  • 64cc21b890 init structure with zeros iceman1001 2023-02-21 04:41:42 +01:00
  • 7608937d2b Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 iceman1001 2023-02-21 04:41:15 +01:00
  • 6ee817aa72 init array w zero iceman1001 2023-02-21 04:41:11 +01:00
  • 49a475899a time is 64b better to accept the same size input timestamps iceman1001 2023-02-21 04:40:48 +01:00
  • 0f4d6492f7
    Merge pull request #1922 from DidierA/fix_cmdlist Iceman 2023-02-21 03:47:56 +01:00
  • 3e952b8036 bugfix: wrong text in hf mfdes list when no data exists in trace DidierA 2023-02-21 01:50:33 +01:00
  • dc1f302fa2 changelog Matthew Jackson 2023-02-20 02:20:08 -06:00
  • 5f56ffcbf1 Merge branch 'master' into 213TT Matthew Jackson 2023-02-20 02:18:57 -06:00
  • 147475ab40 CHANGELOG.md and text changes Matthew Jackson 2023-02-20 00:34:06 -06:00
  • 9b331b37ae
    Merge pull request #1919 from henrygab/no_buffer_overflow Iceman 2023-02-19 10:58:57 +01:00
  • cf98b70364
    Merge pull request #1920 from henrygab/wsl2_enum_fix Iceman 2023-02-19 10:58:30 +01:00
  • ce85fe0099 allow case-insensitive match of WSL strings Henry Gabryjelski 2023-02-19 01:44:15 -08:00
  • fe98b3821f Prevent double-enumeration under WSL2 Henry Gabryjelski 2023-02-18 23:48:08 -08:00
  • e5adfb0b29 text iceman1001 2023-02-19 08:17:05 +01:00
  • cf6b2d9597 fix WSL2 detection route. some linux distro spells with small letters iceman1001 2023-02-19 08:07:32 +01:00
  • 3399cbd4f0 support for NTAG213TT tamper feature Matthew Jackson 2023-02-18 23:48:32 -06:00
  • 029d5aa358 fix cid #404827 - resource leak iceman1001 2023-02-18 22:51:44 +01:00
  • 475bbe183d some generic devices has other sizes of flash iceman1001 2023-02-18 22:02:20 +01:00
  • 28af1a870d Prevent buffer overflow in AppendGraph() Henry Gabryjelski 2023-02-18 12:50:05 -08:00
  • 21ab53c7cf
    Merge pull request #1914 from henrygab/serial_from_flash_uniqueid Iceman 2023-02-18 21:43:06 +01:00
  • bfe8a2efd4
    Merge pull request #1918 from henrygab/more_const Iceman 2023-02-18 21:42:38 +01:00
  • 89ce0acf31 improve const correctness Henry Gabryjelski 2023-02-18 12:34:16 -08:00
  • c531bd0f65 make style updates Henry Gabryjelski 2023-02-18 12:20:43 -08:00
  • 229454963b standardize flash uniqueID to big-endian Henry Gabryjelski 2023-02-18 12:16:50 -08:00
  • bb2fa1e572
    Merge pull request #1916 from henrygab/patch-1 Iceman 2023-02-18 20:26:13 +01:00
  • b520f1ff5d
    check daughterboard connection for SIM issues Henry Gabryjelski 2023-02-18 11:17:06 -08:00
  • 08ff269803 text iceman1001 2023-02-18 15:13:15 +01:00
  • cd554d67ab if more than one device is connected the tr command does not split the line resulting in pm3 --list to fail. iceman1001 2023-02-18 15:01:39 +01:00
  • 48ca513a96 updates from make style Henry Gabryjelski 2023-02-17 17:27:07 -08:00
  • 6eea476076 Add changelog Henry Gabryjelski 2023-02-17 17:19:01 -08:00
  • 44676bde72 Bootrom: Enable serial number from flash Henry Gabryjelski 2023-02-17 16:59:00 -08:00
  • 5784c8de77 Update USB Serial Number from SPI flash's uniqueID Henry Gabryjelski 2023-02-17 15:42:46 -08:00
  • 944d6ee596 simpler iceman1001 2023-02-17 17:51:59 +01:00
  • 70d9619f8a
    Merge pull request #1913 from fersingb/show_iclass_creds_in_view Iceman 2023-02-17 17:35:48 +01:00
  • 2a150b8c6b Fix bug preventing args to be passed to the client Philippe Teuwen 2023-02-17 16:37:03 +01:00
  • 5d4fe5b8df - Mark the credentials as decrypted when decrypting a dump - In the view command, show the credentials if the input dump is decrypted Boris Fersing 2023-02-16 13:24:44 -05:00
  • bfd2fc2a56 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 iceman1001 2023-02-14 21:17:36 +01:00
  • e8d448e6d0 text iceman1001 2023-02-14 21:17:19 +01:00
  • 736d24cdab increased the readline package to 8.2 iceman1001 2023-02-14 21:16:38 +01:00
  • 76f0bb068d
    Merge pull request #1912 from jmichelp/master Iceman 2023-02-14 07:34:17 +01:00
  • 5a2c6406d8 Allow current directory to import python libraries Jean-Michel Picod 2023-02-13 21:58:34 +01:00
  • 3ee7ac3254 style iceman1001 2023-02-11 11:53:20 +01:00
  • 8f977ef989 fix #1909 intendation breaks the makefile iceman1001 2023-02-11 11:43:29 +01:00
  • 08d2c2f1a5 style iceman1001 2023-02-11 11:42:58 +01:00
  • 881783585b
    Merge pull request #1907 from natesales/iceclass-read-sim Iceman 2023-02-11 11:27:49 +01:00
  • 917b99ff47
    Merge branch 'master' into iceclass-read-sim Nate Sales 2023-02-10 21:55:57 -05:00
  • c42aa99d05 refactor: add iceclass read sim info Nate Sales 2023-02-10 21:55:23 -05:00
  • 6df86578c7
    Merge pull request #1908 from lnv42/master Iceman 2023-02-10 20:53:24 +01:00
  • a89239cd90 Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3 Yann GASCUEL 2023-02-10 13:32:25 +01:00