Commit Graph

  • 6a7e70ad26 style iceman1001 2024-04-10 14:26:05 +02:00
  • 8426beb173
    Merge pull request #2342 from jlitewski/plot_point_mods Iceman 2024-04-10 08:29:17 +02:00
  • ad01195a04 Plot improvements jlitewski 2024-04-09 22:47:40 -04:00
  • befb2644d2 dont hook signal in MINGW environments like proxspace iceman1001 2024-04-09 15:30:34 +02:00
  • 9b8cf1e323 the waitforResponseTimeoutW fct will lock the client in situations like sniffing and if the device locks up there is no way to exit nice. This fix will look for life signs from the device. if lost, we will break. Allowing for the client to handle it better iceman1001 2024-04-07 23:50:58 +02:00
  • 4e540053e9 style iceman1001 2024-04-07 11:38:51 +02:00
  • 9ba8937f3c text iceman1001 2024-04-07 11:32:25 +02:00
  • ab984c5fdf minor style iceman1001 2024-04-06 21:11:07 +02:00
  • a68a5a8825 if using readline , the CTRL-C should now handle it a bit more nicer. Especially the pm3 history file should be flushed with the upside you dont loose all your commands you issued and mistakingly pressed CTRL-C. for the linenoice and Win32, you still have this issue. iceman1001 2024-04-06 20:57:54 +02:00
  • 7c755e20bc parentheses miss iceman1001 2024-04-06 18:53:04 +02:00
  • 27735355cd initial text changes iceman1001 2024-04-06 15:48:41 +02:00
  • 996aaba758
    First round of refactoring for Fudan JLitewski 2024-04-04 19:45:10 -07:00
  • 2110af617a
    Merge pull request #2340 from gentilkiwi/patch-1 Iceman 2024-04-05 00:41:04 +02:00
  • 82a809887c hf mf ginfo -now supports decoding of a user supplied configuration block and improved textual output iceman1001 2024-04-05 00:40:13 +02:00
  • 39984c400a make Ev1 keys stick out and with an explaination making it a bit more clear for user iceman1001 2024-04-05 00:37:02 +02:00
  • 10c4679f1e
    Update intertic.py to support Lyon (TCL / Keolis) Benjamin DELPY 2024-04-05 00:20:55 +02:00
  • 263180377a sixth time is the charm iceman1001 2024-04-04 00:40:42 +02:00
  • 77c549acad test5... cleaning iceman1001 2024-04-04 00:26:16 +02:00
  • d22b57008a test4 iceman1001 2024-04-04 00:18:56 +02:00
  • d882cb9b90 test3 iceman1001 2024-04-04 00:15:51 +02:00
  • 32d08c9db9 test2 iceman1001 2024-04-04 00:07:53 +02:00
  • 720a518b53 seems to be python3.so that the linker CLANG on OSX which alerts for it cant do dynamic lookups iceman1001 2024-04-03 23:55:54 +02:00
  • a4c94ffd3b textual iceman1001 2024-04-03 17:22:45 +02:00
  • 679f2d4feb remove comments iceman1001 2024-04-03 17:15:12 +02:00
  • 3ea2cb0eda faster return iceman1001 2024-04-03 17:14:44 +02:00
  • 9bbdb747c8 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 iceman1001 2024-04-03 17:07:19 +02:00
  • 21f25ccd1f the data load for long file since we got the extended sniff possibility is hard to see. This commit now shows a comma printed version. It helps me :) iceman1001 2024-04-03 17:05:34 +02:00
  • c183894cb4 fix doc and add similar to Philippe Teuwen 2024-03-27 16:41:44 +01:00
  • 700d558432 move hitag2 crypto parts to the common folder in order to be able to use it on the client side. Some textual and minor adaptations across the bord iceman1001 2024-03-27 09:32:00 +01:00
  • cdc46d5d2b textual and some layouts iceman1001 2024-03-27 09:16:37 +01:00
  • 371e7e5ebe forgot the header file iceman1001 2024-03-26 15:21:15 +01:00
  • d5e33fb209 added some support functions iceman1001 2024-03-26 15:13:23 +01:00
  • 64a5b048e5 text iceman1001 2024-03-26 15:11:12 +01:00
  • ab2e3d5179 updated the OpenCL Headers from https://github.com/KhronosGroup/OpenCL-Headers/tree/main/CL. iceman1001 2024-03-26 15:08:34 +01:00
  • c66e781a9c annotation of the hitag2 protocol now properly identifies different parts without shifting of whole hex arrays. Took the idea from RFIdler (@adamLLaurie) where he treats it like a binary string instead. It works. Problem: We use whole bytes in our logging protocol and Hitag2 uses 5, 10, 32, 64 bits commands. START_AUTH is 11000, which as a MSB aligned byte is 0xC0. Now we shift it down to LSB centered and 11000 becomes 0x18. This reduces all issues with handing the rest of the array. \n\nTake note that our protocol uses whole bytes. I had to print out number of actually captured bits in the trace log now. Otherwise 65 or 71 bits would not look any different but will not work when used with other tools. This also means we abuse the logging protocol by using the parity byte arry to store number of "left over bits" in the par[0] position. iceman1001 2024-03-26 15:04:39 +01:00
  • 529d57a181 style iceman1001 2024-03-25 23:34:53 +01:00
  • 140cc1d957 style iceman1001 2024-03-25 23:33:44 +01:00
  • a0bf5d723a add safer array size Henry Gabryjelski 2024-03-23 14:52:47 -07:00
  • 8aa07e8089 More potential buffer overflow prevention Henry Gabryjelski 2024-03-23 12:27:03 -07:00
  • 1a7b2856ef
    Merge pull request #2337 from craftbyte/desfire-deleteapp-fix Iceman 2024-03-21 14:13:26 +01:00
  • 9889228b50
    Merge pull request #2338 from craftbyte/desfire-aid-update Iceman 2024-03-21 14:12:52 +01:00
  • 0cde19e7c1
    Update Slovenian DESfire AIDs Anže Jenšterle 2024-03-21 13:46:48 +01:00
  • 9b765b488c
    Fix MIFARE DESfire DeleteApp command Anže Jenšterle 2024-03-21 13:35:26 +01:00
  • dd62dc9275 changelog iceman1001 2024-03-20 23:33:02 +01:00
  • 5a8917c1d0 Revert "Release v4.18341 - Zenith" iceman1001 2024-03-20 23:31:54 +01:00
  • 70582c6828 Release v4.18341 - Zenith v4.18341 iceman1001 2024-03-20 23:31:54 +01:00
  • 2f6f4806da text iceman1001 2024-03-20 23:31:14 +01:00
  • 32309250ee
    Key B cyber-vi-king 2024-03-20 11:16:11 +01:00
  • 4367c810d0 text iceman1001 2024-03-19 12:39:15 +01:00
  • 51d59f1b4b more emojis iceman1001 2024-03-19 12:37:18 +01:00
  • 2fd36379e1 fix miscchecks iceman1001 2024-03-19 11:18:33 +01:00
  • aee02cd523 style iceman1001 2024-03-19 11:16:02 +01:00
  • d1d9d00d99 minor parsing issue iceman1001 2024-03-19 11:11:33 +01:00
  • 59bc927698 style iceman1001 2024-03-16 19:56:27 +01:00
  • 555fe1566f changes to hf mf info for some more detections iceman1001 2024-03-16 19:04:31 +01:00
  • 7c987ac636 fix - lf em 4x70 recover memset the wrong struct type iceman1001 2024-03-16 18:44:11 +01:00
  • 1f67b7a47d
    Merge pull request #2333 from zhongfu/zhongfu/feat/aidlist-cepas Iceman 2024-03-16 14:19:46 +01:00
  • 466e512cd8
    feat(client/resources): updated aidlist to include CEPAS AID zhongfu 2024-03-16 18:12:31 +08:00
  • 16db62c7cb
    Merge pull request #2332 from gentilkiwi/patch-1 Iceman 2024-03-15 19:57:27 +01:00
  • eba40bfe41
    Update intertic.py to support Besançon / Ginko Benjamin DELPY 2024-03-15 19:00:26 +01:00
  • 7a98427aa1 skip localization on windows iceman1001 2024-03-14 14:24:20 +01:00
  • 049c5f400d text iceman1001 2024-03-14 13:41:20 +01:00
  • 21d019ff21 language quotes iceman1001 2024-03-14 13:36:58 +01:00
  • 94c3bdd91c style iceman1001 2024-03-14 11:26:06 +01:00
  • 08cd7315e4 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 iceman1001 2024-03-14 10:57:44 +01:00
  • d99a58517d added a hf mfu wipe command. Its not doing UL-C or UL-AES key wiping. And the success for setting cfg1,cfg2,pwd,pack depends if you called the command with the current pwd that the card has. It also skips the first four blocks. UID0,1,LOCK, OTP since we dont wanna fiddle with those. This command is NOT adapted for magic card functionality iceman1001 2024-03-14 10:57:25 +01:00
  • 4d983b90a6
    Merge pull request #2331 from henrygab/fix_buffer_overflow Iceman 2024-03-14 08:43:11 +01:00
  • c7d7680cd6 Decoder must not write more bit than requested Henry Gabryjelski 2024-03-13 23:23:31 -07:00
  • 6c6734feb3
    Merge pull request #2329 from henrygab/rename_em4x70_commands Iceman 2024-03-13 17:48:19 +01:00
  • cc2bae2f4d lf em 4x70 writekey --> lf em 4x70 setkey Henry Gabryjelski 2024-03-13 09:38:35 -07:00
  • ba83ac065e lf em 4x70 writepin --> lf em 4x70 setpin Henry Gabryjelski 2024-03-13 09:25:43 -07:00
  • 50cd5c93cc Reinstate Waveshare Henry Gabryjelski 2024-03-12 09:59:25 -07:00
  • 2cac75d8bd
    Merge pull request #2327 from henrygab/autorecover Iceman 2024-03-12 08:44:36 +01:00
  • 7fbc6b2e47 fix formatting error Henry Gabryjelski 2024-03-11 18:28:47 -07:00
  • 7036e91f2e Add to changelog Henry Gabryjelski 2024-03-11 18:16:59 -07:00
  • 0a598b254c make style changes Henry Gabryjelski 2024-03-11 17:28:05 -07:00
  • 160d61682b Add lf em 4x70 autorecover Henry Gabryjelski 2024-03-11 17:12:45 -07:00
  • 9ee96691aa
    Merge pull request #2326 from antgamdia/2325-fixUltimateCardScript Iceman 2024-03-11 20:45:59 +01:00
  • 27ac51a991 Add entry in changelog.md Antonio Gamez Diaz 2024-03-11 20:15:45 +01:00
  • 8b64a7ae8b Fix typo Antonio Gamez Diaz 2024-03-11 20:04:51 +01:00
  • 90e9a0da39 Configure max write blocks to 251 before writing version or signature Antonio Gamez Diaz 2024-03-11 20:04:04 +01:00
  • 11ac8f768a Write signature when wiping card as NTAG213 Antonio Gamez Diaz 2024-03-11 20:02:30 +01:00
  • dc9319f661 Update example UID/signature Antonio Gamez Diaz 2024-03-11 20:01:41 +01:00
  • 99983d4dff text iceman1001 2024-03-11 18:25:32 +01:00
  • d0b3b8d6b6 stricker checks for unprintable characters iceman1001 2024-03-11 12:06:57 +01:00
  • d3794e8660
    Merge pull request #2324 from gentilkiwi/patch-1 Iceman 2024-03-10 19:24:27 +01:00
  • 4b915610e1
    Update intertic.py script to support Annecy Benjamin DELPY 2024-03-10 19:20:16 +01:00
  • 1e944384a4
    Merge pull request #2320 from LupusE/master Iceman 2024-03-09 20:51:27 +01:00
  • 91c2d6481e
    Update ext_flash_notes.md Benjamin Møller 2024-03-09 20:41:48 +01:00
  • c51b8310e0
    Merge pull request #2319 from cyber-vi-king/patch-1 Iceman 2024-03-09 17:00:48 +01:00
  • ec1a44ba36
    Assa Abloy Hotel System in Spain cyber-vi-king 2024-03-09 14:42:38 +01:00
  • ddf2758337 Pumm rpla14024 2024-03-08 12:13:44 +00:00
  • 4774bb20ef text iceman1001 2024-03-08 11:59:50 +01:00
  • 7284cc89ab ... and ensure the result is a failure code Henry Gabryjelski 2024-03-07 18:09:31 -08:00
  • 5ea5687ea0 Improve error message. Henry Gabryjelski 2024-03-07 18:08:00 -08:00
  • 94aab17705 text iceman1001 2024-03-07 21:08:54 +01:00
  • 9de6f59136 modified standalone mode hf_unisniff. It now also sniffs iclass. Another option added was for hw standalone -b, which allows you to trigger a particular sniff from client. Good for debugging w/o need to recompile or upload a config file. iceman1001 2024-03-06 21:07:42 +01:00
  • f966387c41 text iceman1001 2024-03-06 10:19:40 +01:00
  • 6a933555df mem spiffs dump now honors the -d filename and save to file when used together with the -t param iceman1001 2024-03-05 14:55:30 +01:00
  • 504be95f1e Offline 'hf 14a sniff' not terminated by new usb connection m.elov 2024-03-05 11:54:06 +03:00