Commit graph

16368 commits

Author SHA1 Message Date
iceman1001 906e3f4c32 added pk for signature verification 2023-03-11 12:07:31 +01:00
Iceman 86336b6cc9
Merge pull request #1940 from GuruSteve/master
Previous PR added change to CHANGELOG.md in wrong place
2023-03-11 12:09:02 +01:00
iceman1001 70f47aa93e added a new public key found for MIFARE Plus troika cards 2023-03-11 12:02:51 +01:00
GuruSteve ce8c210dbb Additional update to CHANGELOG.md from previous PR 2023-03-11 03:07:15 -07:00
GuruSteve f63957748d Previous PR added change to CHANGELOG.md in wrong place 2023-03-11 02:58:34 -07:00
Iceman e68779e074
Merge pull request #1936 from colonelborkmundus/master
New keys from The Horde
2023-03-11 07:53:58 +01:00
Iceman 1b9841cc6e
Merge branch 'master' into master
Signed-off-by: Iceman <iceman@iuse.se>
2023-03-11 07:53:52 +01:00
Iceman b435b17ae1
Merge pull request #1938 from wh201906/android
Fix client build on Android
2023-03-11 07:52:32 +01:00
wh201906 adcfab2775
Fix hardnested.cmake 2023-03-11 00:47:24 +08:00
wh201906 62816a0429 Update CHANGELOG.md 2023-03-11 00:44:06 +08:00
wh201906 0f206ccef4
Fix client build on Android
Tested with:
cmake 3.10.2.4988404/3.24.1
ndk 25.2.9519653

Build command:

cmake \
    -DCMAKE_TOOLCHAIN_FILE=/home/gitpod/androidsdk/ndk/25.2.9519653/build/cmake/android.toolchain.cmake \
    -DANDROID_ABI=armeabi-v7a \
    -DANDROID_NATIVE_API_LEVEL=android-19 \
    -DSKIPBT=1 -DSKIPPYTHON=1 -DSKIPPTHREAD=1

(armeabi-v7a, arm64-v8a, x86 and x86_64 are all tested)
2023-03-11 00:27:48 +08:00
Iceman 3c985ac6fd
Merge pull request #1937 from GuruSteve/master
Updated verbiage WRT iClass info (KeyAccess) to make it clearer
2023-03-10 08:58:54 +01:00
GuruSteve 359bb534f9 Updated verbiage WRT iClass info (KeyAccess) to make it clearer 2023-03-09 18:58:46 -07:00
GuruSteve 917b37178e Updated verbiage WRT KeyAccess to make it clearer 2023-03-09 16:34:50 -07:00
astrid rowland f56e066e50 accidentally a typo, thanks vim 2023-03-08 13:24:12 -06:00
astrid rowland 2658b2c52f deleted unnecessary file 2023-03-08 13:19:30 -06:00
astrid rowland 68c74fd3ae removed unconfirmed unleashed keys 2023-03-08 13:14:20 -06:00
astrid rowland adefd302f5 cleaned up original patch (same keys), added new keys from The Horde 2023-03-08 12:53:43 -06:00
Iceman 7c5df24e3d
Merge pull request #1935 from wwin3286tw/patch-1
Update Troubleshooting, libQt5Core.so.5 not found
2023-03-07 07:58:41 +01:00
Iceman 08563dd351
Merge pull request #1934 from wh201906/win_tcp
Add TCP connection support on Windows
2023-03-07 07:57:54 +01:00
Jack ceeb98bd38
Update Troubleshooting, libQt5Core.so.5 not found
Update the version number of Ubuntu which has the same problem

I checked newer Ubuntu version 22.04 WSL 1 still have problem and solved by same solution
sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5

Signed-off-by: Jack <wwin3286tw@yahoo.com.tw>
2023-03-07 11:20:23 +08:00
Self Not Found dba8d811fd
Link ws2_32 2023-03-06 22:05:41 +08:00
Self Not Found d61c972ff9
Update CHANGELOG.md 2023-03-06 20:26:34 +08:00
wh201906 0f70df5de3
Add TCP connection support on Windows
The Windows Sockets 2 API is similar to the BSD Sockets API,
so I can reuse a lot of code in uart_posix.c
2023-03-06 19:55:41 +08:00
iceman1001 7abfff4095 moved and unified some reverse array fct 2023-03-05 19:19:15 +01:00
Iceman 32a06758bb
Merge pull request #1931 from chl337/master
HF15: Write / Read  when is UID is passed as argument
2023-03-05 08:38:30 +01:00
iceman1001 bd99523edc style 2023-03-05 08:22:21 +01:00
iceman1001 7584a7a617 style 2023-03-05 08:22:01 +01:00
iceman1001 47908df32e more text changes to hf tesla info 2023-03-05 08:21:09 +01:00
iceman1001 37ecae658f added data num command. Takes dec or hex or binary and convert between them. Uses big_int so no issue with hex -> dec limits. It also does a Prime number check, where it will a line in the case of a number happens to be prime. 2023-03-05 08:20:10 +01:00
iceman1001 514626a0ab init array 2023-03-04 21:26:12 +01:00
iceman1001 855f13d763 string formatter 2023-03-04 21:25:44 +01:00
iceman1001 c6a8f8cc89 fix test 2023-03-04 21:25:23 +01:00
iceman1001 aebbdaea2d fix CID #405223 - use after free, all callers must handle bad returns properly 2023-03-04 20:36:28 +01:00
iceman1001 f9da8615e4 fix CID #405224 2023-03-04 20:32:34 +01:00
iceman1001 7504413f0b fix CID #405225 2023-03-04 20:29:39 +01:00
iceman1001 b6be8d9532 fix CID # 405226 2023-03-04 20:24:20 +01:00
iceman1001 a0feb580c2 fix CID #405227 - wrong comparision for the first fix 2023-03-04 20:20:10 +01:00
iceman1001 95a19405d8 fix CID #405230 - array too small 2023-03-04 20:17:06 +01:00
iceman1001 173841b533 fix CID #405231 - resource leak 2023-03-04 20:14:09 +01:00
iceman1001 b3652c28be fixc CID #405232 - init array 2023-03-04 20:12:00 +01:00
iceman1001 8f20eed914 fix CID #405232 2023-03-04 20:10:46 +01:00
iceman1001 060f452530 fix text 2023-03-04 20:03:53 +01:00
Iceman 5cf0bf7620
Merge pull request #1928 from cha0tic87/master
Adding bruteforcing functionality to HID facility code
2023-03-04 19:17:31 +01:00
Chris Smith f424667d0c
Fix syntax 2023-03-04 10:40:19 -07:00
iceman1001 3444b5e38a text 2023-03-04 10:23:55 +01:00
Iceman 8b11d62de3
Merge pull request #1932 from DidierA/hf_mfdes_fixes
hf mfdes: consistency fixes
2023-03-04 10:12:21 +01:00
Iceman 75233d0aec
Merge pull request #1933 from DidierA/desfire_info_check
Desfire : check length of tag answers
2023-03-04 10:10:07 +01:00
DidierA fc4e912fc1 MifareFesFireGetInformation(): warningw when tag answer is too short 2023-03-03 17:54:11 +01:00
DidierA d319b0dee3 hf mfdes: Use hex in error message, consistent with cmdline 2023-03-03 16:03:30 +01:00