Commit graph

9903 commits

Author SHA1 Message Date
UberGuidoZ
1103f69b96
Removed dupes, added more keys, fixed some HEX o/L
Signed-off-by: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
2022-08-13 21:21:32 -07:00
UberGuidoZ
d2a7e93778
Correcting L to 1
Signed-off-by: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
2022-08-13 13:27:56 -07:00
UberGuidoZ
5dce2d3f5a
Correcting some O to 0
Signed-off-by: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
2022-08-13 13:25:43 -07:00
UberGuidoZ
11065e965a
Added Vigik verified by quantum-x & iGuard Simple
Signed-off-by: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
2022-08-13 01:15:55 -07:00
UberGuidoZ
3e15b8f2db
Added Vigik and Blackhat keys
Signed-off-by: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
2022-08-07 00:48:20 -07:00
iceman1001
003623e5a7 fix binary string printing. Making sure no left over data is in static array 2022-08-06 13:31:46 +02:00
iceman1001
62980b5038 refactored topaz commands. It still uses a global var with dynamic memory. Added rdbl, wrbl, view, dump commands to match rest of client 2022-08-05 22:46:59 +02:00
iceman1001
5a4b8c8224 fix #1748 - failed to take in consideration size of legic struct packet when uploading data to device 2022-08-05 15:34:16 +02:00
nvx
d11999a811 Fix eload from json files failing (ie, hf mf eload -f file.json) when the dump is the full size.
Also fixed an accidental client double free when loading dumps.
2022-08-05 18:38:51 +10:00
iceman1001
06e54d4399 textual 2022-08-02 23:51:34 +02:00
iceman1001
88d45d641c Do not create empty dump files 2022-08-02 22:49:25 +02:00
mywalk
2459fd43ee
Fix undefined symbol when build with clang 2022-08-02 21:36:17 +02:00
George Talusan
76bc54a414 use core.search_file when searching for amiibo resources 2022-08-01 00:12:41 -04:00
Iceman
1ec4e98a3c
Merge pull request #1740 from gtalusan/emrtd-images
add -i to hf emrtd info
2022-07-31 17:10:57 +02:00
George Talusan
566b805357 add -i to hf emrtd info 2022-07-31 09:46:00 -04:00
iceman1001
bf81acb55b hf topaz reader - output and continuous mode support. hf topaz info - output text changes 2022-07-31 13:08:37 +02:00
iceman1001
de9be10d28 14a reader/info - now hints topaz tags better 2022-07-31 13:06:55 +02:00
George Talusan
27e24482af add comment indicating pyamiibo should be installed 2022-07-30 22:09:45 -04:00
Iceman
b6f0921554
Merge pull request #1738 from gtalusan/master
determine qmake path similar to uic/moc
2022-07-30 21:00:27 +02:00
George Talusan
3e222397ac determine qmake path similar to uic/moc 2022-07-30 14:48:14 -04:00
iceman1001
2cfc4dc733 minor hitag adaptations 2022-07-30 20:11:39 +02:00
iceman1001
a236604716 style 2022-07-30 20:11:15 +02:00
Iceman
e303293477
Merge pull request #1737 from gtalusan/master
fix homebrew dependency detection
2022-07-30 19:54:45 +02:00
George Talusan
6fb4723cd6 fix homebrew dependency detection 2022-07-30 12:18:43 -04:00
iceman1001
fd7216fa89 text 2022-07-30 16:52:09 +02:00
iceman1001
36ee2f082b maur keys 2022-07-30 16:51:17 +02:00
iceman1001
1df51f3875 add hf lto reader command with continious mode 2022-07-30 15:42:07 +02:00
iceman1001
ac0088791a style 2022-07-30 11:49:30 +02:00
iceman1001
02d07f16c9 prepair for extended reading for LTO 2022-07-30 11:48:37 +02:00
iceman1001
8f8f9f97ad prepping for fudan pm3 commands 2022-07-30 11:47:03 +02:00
George Talusan
d89ed735b0 add hf_mfu_amiibo_restore to restore an Amiibo dump to a blank NTAG215 2022-07-28 22:05:49 -04:00
Iceman
96f977ed8a
Merge pull request #1733 from gtalusan/amiibo-sim
add hf_mfu_amiibo_sim to simulate Amiibo binary dumps
2022-07-26 20:38:36 +02:00
George Talusan
17ee1ba3bb add hf_mfu_amiibo_sim to simulate Amiibo binary dumps 2022-07-26 13:22:32 -04:00
iceman1001
0ba072118e calloc 2022-07-25 08:01:38 +02:00
iceman1001
6290d50564 make style 2022-07-25 08:00:30 +02:00
iceman1001
2f7083a59a text 2022-07-25 07:45:57 +02:00
iceman1001
51408c89f6 fix #1722, this should fix the breaking on OSX for apdufind. Seems u64 triggers something in memory. Passing ref to array and makeing array u32 instead 2022-07-24 11:41:25 +02:00
iceman1001
9040a1a7d7 causes extra lines in trace list. 2022-07-24 08:21:49 +02:00
iceman1001
3001e2edce fix some SE / SIO ends with 0x05 , 0x00 only 2022-07-23 18:08:33 +02:00
iceman1001
5a8d9b7954 prep mac 2022-07-23 17:39:40 +02:00
iceman1001
cb82e848cc dense format to follow previous .... style 2022-07-23 17:37:04 +02:00
nvx
0177d2185f Added more details to the annotations of hf mfdes list output 2022-07-23 22:26:25 +10:00
Tiernan
925589a214
Merge branch 'master' into feature/iclass_dump_view_suppress_repeated_blocks 2022-07-23 12:39:14 +10:00
nvx
728e6d27c7 add preference for dense output option and -z cmd flag 2022-07-23 12:37:07 +10:00
Nathaniel McHugh
8cfbe6657b Add Paxton hitag2 password 2022-07-22 21:18:51 +01:00
iceman1001
881c32e0be change - added desfire product type identification 2022-07-22 09:47:11 +02:00
Tiernan
1b8fdfd5f5
Merge branch 'master' into feature/iclass_list_keys_on_check 2022-07-22 17:13:11 +10:00
Iceman
5b435ea034
Merge pull request #1727 from nvx/bugfix/iclass_key_access
Fixed incorrect card config bit being checked for iClass key access flag
2022-07-22 08:44:19 +02:00
nvx
30cc57d3aa Fix some bugs in the iClass SIO detection and printing 2022-07-22 14:06:47 +10:00
nvx
1acecc29b1 Changed hf iclass view to suppress consecutive blocks with repeated contents 2022-07-22 14:01:13 +10:00