Commit graph

246 commits

Author SHA1 Message Date
iceman1001
b881bbbd00 Revert "Release v4.18994 - Backdoor"
This reverts commit cd6dc880ad.
2024-09-10 15:40:28 +02:00
iceman1001
cd6dc880ad Release v4.18994 - Backdoor 2024-09-10 15:40:28 +02:00
iceman1001
7329dcd3bf Revert "Release v4.18589 - Aurora"
This reverts commit aceed281e8.
2024-05-28 10:36:32 +02:00
iceman1001
aceed281e8 Release v4.18589 - Aurora 2024-05-28 10:36:32 +02:00
iceman1001
3502da17df assert its smaller than 5 2024-05-12 19:36:28 +02:00
iceman1001
c50f109f05 the failed compiling on MINGW/proxspace warns over a overflow in buffer[5], the return value in utf8_check_first() can be 0 - 4, which used later in loop as index with 1 as start offset. a 4 will overflow the buffer[5]. Increased buffer with to just in case to support the zero terminator. Another option where this code will bail out is, 0 is goto out, 1 will trigger the assert and break client. A bit ruff I say. 2024-05-12 19:14:17 +02:00
iceman1001
5a8917c1d0 Revert "Release v4.18341 - Zenith"
This reverts commit 70582c6828.
2024-03-20 23:31:54 +01:00
iceman1001
70582c6828 Release v4.18341 - Zenith 2024-03-20 23:31:54 +01:00
iceman1001
94c3bdd91c style 2024-03-14 11:26:06 +01:00
Henry Gabryjelski
cc2bae2f4d lf em 4x70 writekey --> lf em 4x70 setkey 2024-03-13 09:38:35 -07:00
Henry Gabryjelski
12ee192782 disable assertions in PM3 build 2024-03-03 12:17:02 -08:00
Henry Gabryjelski
545c152d72 Remove large (128k) lookup table 2024-03-03 12:16:16 -08:00
Henry Gabryjelski
4ebd6d4bff Add id48lib and second half of key recovery. 2024-03-03 12:16:16 -08:00
iceman1001
f5e976afa6 style 2024-02-16 21:59:45 +01:00
iceman1001
c3f2162aff added the bug fixes from liblua5.2.4 2024-02-04 16:11:24 +01:00
Iceman
9a621a92f3
Merge pull request #2285 from Crispy-fried-chicken/patch-1
Backport CVE-2020-24370's patch
2024-02-04 16:08:20 +01:00
iceman1001
ff957e8041 text 4324904b60 2024-02-04 11:49:38 +01:00
iceman1001
74b93e7c82 bug fix - 5705476065 2024-02-04 11:48:01 +01:00
iceman1001
bc798a7e01 bug fix - ce74637ace 2024-02-04 11:44:29 +01:00
iceman1001
c8d91d7f54 backport comment 44be021309 2024-02-04 11:42:46 +01:00
iceman1001
bd4a6b82b3 bug fix - f59b241315 2024-02-04 11:41:18 +01:00
iceman1001
f34c746471 bug fix - 8efe9f23fa 2024-02-04 11:38:41 +01:00
iceman1001
d5e843c750 backport - dace83ea30 2024-02-04 11:36:29 +01:00
iceman1001
76daa16a7b back port 7ea44b56a8 2024-02-04 11:34:24 +01:00
iceman1001
beac4feb84 bug fix - 6867055546 2024-02-04 11:32:19 +01:00
iceman1001
171419ea88 bug fix - 2fb7d94bd6 2024-02-04 11:30:29 +01:00
iceman1001
d481042480 bug fix - c23f705349 2024-02-04 11:28:22 +01:00
iceman1001
2592aeb85e bug fix - 42cf5f8214 2024-02-04 11:25:31 +01:00
iceman1001
2f5de9ed0a bug fix - c2ea18726a 2024-02-04 11:23:07 +01:00
iceman1001
580e88b245 bug fix - dcd35b4595 2024-02-04 11:20:40 +01:00
Yiheng Cao
8058580a1b
Backport CVE-2020-24370's patch 2024-02-04 10:42:23 +08:00
iceman1001
414275802d style 2024-01-25 01:55:07 +01:00
iceman1001
9b3a088f58 macOS doesnt pragm 2024-01-25 01:02:20 +01:00
iceman1001
f7e4b4e2eb fix some style and it now also copy right string length 2024-01-25 00:36:35 +01:00
nvx
d2d6f80d11 Fix some missing frees, null dereferences and missing initialisation picked up by clang-analyzer 2024-01-16 00:22:53 +10:00
Marcos Del Sol Vives
e1d81f6faf
Fix embedding GD under MinGW 2024-01-07 17:00:52 +01:00
iceman1001
b1a1ca8827 Revert "Release v4.17768 - Steamboat Willie"
This reverts commit 57eeb712fd.
2024-01-03 01:59:39 +01:00
iceman1001
57eeb712fd Release v4.17768 - Steamboat Willie 2024-01-03 01:59:39 +01:00
iceman1001
f0f9656e96 fix getopt return value 2024-01-02 23:24:07 +01:00
Philippe Teuwen
4f9016814e Revert "Release v4.17511 - Faraday"
This reverts commit 6e9df18de6.
2023-11-13 10:19:09 +01:00
Philippe Teuwen
6e9df18de6 Release v4.17511 - Faraday 2023-11-13 10:19:09 +01:00
Grayson Martin
4e346e8ca2
Merge branch 'master' into smartcard-relay 2023-11-11 13:05:11 -06:00
Jean-Michel Picod
dbe0412311 Simplify quote handling 2023-10-18 10:38:33 +02:00
Jean-Michel Picod
3b7cec365a Support double-quoted arguments in CLI
When a quoted command argument is seen, it will take all characters
until the next double-quote (no supported escape sequence here for
simplicity).
All white spaces (space, tab, etc.) are then removed from the argument.

This means that the following command should behave the same:
```
pm3> wiegand encode --fc 101 --cn 1337
pm3> wiegand encode --fc "1 0 1" --cn "1    3    3   7"
```

Or a more useful example, when copy/pasting hex formatted values:
```
pm3> hf iclass calcnewkey --old 1122334455667788 --new 2233445566778899
pm3> hf iclass calcnewkey --old "11 22 33 44 55 66 77 88" --new "22 33 44 55 66 77 88 99"
```
2023-10-18 10:27:12 +02:00
Grayson Martin
7f91da8a9a
Merge branch 'master' into smartcard-relay 2023-09-12 22:30:59 -05:00
iceman1001
f9877f79de Revert "Release v4.17140 - Raccoon"
This reverts commit 6ca0ce704a.
2023-09-09 11:00:00 +02:00
iceman1001
6ca0ce704a Release v4.17140 - Raccoon 2023-09-09 11:00:00 +02:00
Philippe Teuwen
3aeb5c493f fix a few cppcheck warnings 2023-09-07 22:28:37 +02:00
Alex
6947a61d98 Whitespace 2023-08-09 14:30:07 +02:00
iceman1001
0e84860c2f less inline calls 2023-08-03 08:42:52 +02:00