Commit graph

15342 commits

Author SHA1 Message Date
merlokk
f827b85cda low level dynamic memory 2021-12-24 11:46:16 +02:00
amerinoj
4cecf039e5
fix hf_craftbyte.c emulation card types 2021-12-23 22:56:54 +01:00
Oleg Moiseenko
9fbf63a8d9
Merge pull request #1545 from merlokk/fix_mfp
fix mifate plus exchange bug
2021-12-23 19:43:58 +02:00
merlokk
a622cc5879 fix mifate plus exchange bug 2021-12-23 19:33:44 +02:00
iceman1001
dca606fa0f adapt script to use current md5 impl etc 2021-12-22 21:51:01 +01:00
iceman1001
a18db22477 renamed for consistency 2021-12-22 21:49:34 +01:00
iceman1001
73579b5217 renamed for consistency 2021-12-22 21:48:25 +01:00
iceman1001
b1fe8c83ee renamed 2021-12-22 21:47:59 +01:00
iceman1001
c909a9c576 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2021-12-22 21:44:38 +01:00
Iceman
f97ab5f871
Merge pull request #1544 from keldnorman/patch-1
Create ntag_bruteforce.lua
2021-12-22 21:44:10 +01:00
iceman1001
dd08c69f7e cleaner 2021-12-22 21:09:28 +01:00
Philippe Teuwen
17b369cc52 Backport mbedtls fix for gcc 11.1 2021-12-18 23:42:25 +01:00
Philippe Teuwen
2389d899b1 lf cmdread: change --crc to --crc-ht 2021-12-18 14:39:54 +01:00
Philippe Teuwen
b7ad0c450f lf cmdread: add --crc to add Hitag/ZX8211 CRC 2021-12-18 01:34:14 +01:00
Philippe Teuwen
c3864a0ce5 lf cmdread: add -k to keep field on 2021-12-18 00:43:11 +01:00
Philippe Teuwen
628766391e add mfValidateAccessConditions to warn when dealing with invalid MFC ACL 2021-12-17 21:29:09 +01:00
iceman1001
9123eeac2d added hf mf acl to decode and print MIFARE ACLs. Thanks for the idea @mwalker33! I know you did implement one but you never pushed it ;) 2021-12-17 03:08:35 +01:00
iceman1001
3e7abffe09 maur keys 2021-12-17 02:21:51 +01:00
iceman1001
ef8fbc6802 textual 2021-12-16 03:25:18 +01:00
Philippe Teuwen
9e666e2ebe docker kali 2021-12-15 01:42:01 +01:00
Philippe Teuwen
acb23acfc5 docker parrot 2021-12-15 01:27:24 +01:00
Philippe Teuwen
4beb851cfc docker build-all script 2021-12-15 01:08:05 +01:00
Philippe Teuwen
c104ec275b docker ubuntu 2021-12-15 01:06:19 +01:00
Philippe Teuwen
f664b426c8 docker fedora-35 2021-12-15 00:28:25 +01:00
Philippe Teuwen
2997bd5bf5 fix release tests 2021-12-14 22:44:38 +01:00
Keld Norman
5d3d1c7e48
Create ntag_bruteforce.lua 2021-12-14 02:38:27 +01:00
iceman1001
6173259a03 removing unused cmds 2021-12-13 18:45:40 +01:00
iceman1001
712ee2b10e strndup fixes for mingw 2021-12-13 18:44:46 +01:00
Philippe Teuwen
bad5b92ec9
Merge pull request #1542 from GhostJumper/master
fixed some spelling
2021-12-13 17:39:35 +01:00
Unrea1
ff71c1630d fixed spelling 2021-12-13 17:26:52 +01:00
Philippe Teuwen
4b936bc20c safer logic when touching locally g_printAndLog 2021-12-13 03:16:57 +01:00
Philippe Teuwen
2722655658 fulltext: fix bug triggering session log 2021-12-13 02:58:03 +01:00
Philippe Teuwen
b68a0ee082 readline autocomplete: fix rl_attempted_completion_over in script 2021-12-13 02:32:16 +01:00
Philippe Teuwen
6597d3e5a5 readline autocomplete: complete up to next space, so complete one single word at once 2021-12-13 02:29:32 +01:00
Philippe Teuwen
a5d491d67a Missing src in cmake files 2021-12-13 02:07:44 +01:00
Philippe Teuwen
ce2148b22c namespace-protect static vars in standalone modes to avoid conflits when merged with dankarmulti 2021-12-13 01:56:57 +01:00
Philippe Teuwen
0b96ed9865 standalone: take examples not requiring flash in dankarmulti 2021-12-13 01:29:43 +01:00
Philippe Teuwen
0379f01d74 checks: Add missing standalone and adapt checklist instructions 2021-12-13 01:06:29 +01:00
Philippe Teuwen
d61d624b45 tabs 2021-12-13 00:42:02 +01:00
Philippe Teuwen
0673dd206e make style 2021-12-13 00:35:10 +01:00
Philippe Teuwen
f2650e7279 readline autocomplete: complete up to next space, so complete one single word at once 2021-12-13 00:25:07 +01:00
iceman1001
ef7c301217 cppcheck - missing return statement 2021-12-12 22:34:06 +01:00
iceman1001
a348f48602 Added readline autocomplete to proxmark3 client commands. Still works with shell filenames tab complete 2021-12-12 20:12:56 +01:00
iceman1001
287a99d186 hardnested - text output adaptation 2021-11-28 21:20:13 +01:00
Iceman
9cfa6a97ed
Update README.md
reworked links and removed duplicates,  capital letters.
2021-11-28 11:09:05 +01:00
Iceman
317aa3ec9d
Merge pull request #1538 from dankar/master
Added explanation of how dankarmulti works
2021-11-27 20:46:38 +01:00
Daniel Karling
380670bd21
Added explanation of how dankarmulti works 2021-11-27 19:43:23 +01:00
Iceman
0b2726619d
Merge pull request #1528 from dankar/master
Added standalone mode that can load multiple different modes
2021-11-27 17:56:49 +01:00
Iceman
b8f2d689c3
Merge pull request #1537 from linuxgemini/linuxgemini-patch-1
Update Mac-OS-X-MacPorts-Installation-Instructions.md
2021-11-26 20:22:43 +01:00
İlteriş Eroğlu
f940da8615
Update Mac-OS-X-MacPorts-Installation-Instructions.md 2021-11-26 14:47:12 +03:00