Commit Graph

5149 Commits

Author SHA1 Message Date
Gulshan Singh 6dc308f220 Change FAILED log messages back to DEBUG
Signed-off-by: Gulshan Singh <gsingh2011@gmail.com>
2024-02-16 08:36:45 -08:00
Gulshan Singh 96c1f39d0d Properly handle "hf mf dump" errors 2024-02-15 17:14:37 -08:00
iceman1001 e9891085c9 just test one key 2024-02-15 17:20:55 +01:00
iceman1001 a6c742772c allow for more debug 2024-02-15 16:32:47 +01:00
iceman1001 c4c1601446 added rudimentary functions for doing AES authentication against MIFARE UL AES tags. (wip) 2024-02-15 16:20:47 +01:00
iceman1001 cb570cb103 the function return 32bits, a left over since the swap to 64bits. Making UL AES not being properly identified 2024-02-15 12:13:40 +01:00
iceman1001 0d17f453f7 reworked the hf st info output. A bit more clear now 2024-02-15 12:08:53 +01:00
iceman1001 cfaf8853d7 text 2024-02-15 11:19:32 +01:00
iceman1001 376bee42e8 style 2024-02-15 11:16:05 +01:00
iceman1001 db2afab6a0 fix 14a ST hints 2024-02-15 10:43:21 +01:00
iceman1001 fb20f92cf8 mfu detection fixes 2024-02-15 10:03:11 +01:00
iceman1001 dac0a392bd fix wrong arg num 2024-02-13 17:32:33 +01:00
iceman1001 378e3cd254 fix #2288 bad comparision 2024-02-12 12:04:07 +01:00
iceman1001 d58a9ad84e text 2024-02-10 19:07:13 +01:00
iceman1001 c3e269d1b6 took PR #2283 and fixed it up. Added contact inteface to PCSC pass through (@gm3197) 2024-02-10 19:00:01 +01:00
iceman1001 7241406632 updated the ATR list 2024-02-10 09:50:59 +01:00
iceman1001 30012344a7 some fixes for mfu info where it had some debug messages from device side and didnt test pwd all the time. Also allow keygen to take a block number now 2024-02-09 08:52:23 +01:00
iceman1001 666f0aacc7 renamed 2024-02-09 08:46:20 +01:00
iceman1001 521791dbb7 lf em 410x clone now allows for all zeros card number. Thanks to Amal for reminding me about it 2024-02-09 08:44:21 +01:00
iceman1001 6566021f3e some identification of a long dead coffee machine 2024-02-05 13:24:30 +01:00
iceman1001 1fea1b6045 added the identification Art-Dass NFT cards 2024-02-05 11:12:47 +01:00
iceman1001 9379049d26 added the identification bank of archie brothers 2024-02-05 11:01:22 +01:00
iceman1001 afd8cacb90 fix 2024-02-05 09:03:52 +01:00
iceman1001 83d9c90203 rename 2024-02-04 23:26:56 +01:00
iceman1001 f52a4388b5 rename 2024-02-04 23:26:21 +01:00
iceman1001 6b5d5951bb unify text, improving mfu info output, and fixed some bugs with card uid not used in the fingerprinting 2024-02-04 23:19:43 +01:00
iceman1001 8f896940b0 detect desfire rudimentary 2024-02-03 16:58:03 +01:00
iceman1001 bb57d6885b return values 2024-02-03 16:39:12 +01:00
iceman1001 f586b38360 ... 2024-02-03 16:11:31 +01:00
iceman1001 9ede36b056 prefered style 2024-02-03 16:09:04 +01:00
iceman1001 7c6d60e7ef style 2024-02-03 16:05:58 +01:00
iceman1001 a6cd626869 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-02-03 15:11:39 +01:00
iceman1001 c3b8d6d942 added a skeleton command for reading credential 2024-02-03 15:10:37 +01:00
Iceman 6c726b9e21 Merge pull request #2284 from czietz/configurable_noise_level
Configurable detection levels in ISO14443A and Legic modes
2024-02-03 13:52:26 +01:00
Christian Zietz c1b23a761c Use struct for parameter passing in CMD_HF_ISO14443A_SET_THRESHOLDS 2024-02-03 12:09:08 +01:00
iceman1001 6d82079c0b next steps 2024-02-03 11:15:10 +01:00
iceman1001 c03e15b553 unify texts 2024-02-03 11:14:51 +01:00
iceman1001 c49a7c040b added a lf em 4x50 view command and lf em 4x50 dump now supports the nosave flag 2024-02-03 11:09:28 +01:00
Christian Zietz 404d0a8c7b Fix 'make style' findings 2024-02-02 20:51:56 +01:00
Christian Zietz 43b257ddb4 Make demodulation threshold for Legic configurable
This adds a new parameter to the "hw sethfthresh" command.
2024-02-02 20:51:49 +01:00
Christian Zietz dbfd8b7a6d Make detection threshold for ISO14443A configurable
This adds a new command "hw sethfthresh" to configure the thresholds
used inside the FPGA while demodulating ISO14443A. The thresholds
need to be increased on particularly noisy hardware, such as certain
Chinese PM3 Easy clones.
2024-02-02 20:51:05 +01:00
iceman1001 a7da3f2a45 remove debug 2024-02-02 15:55:12 +01:00
iceman1001 81ce1fd4ab changed magic detection to use flags. Fixes previous problems with magic ntag, also renamed defines to seperate them better. 2024-02-02 15:53:57 +01:00
iceman1001 14c3eb6dc8 annotate if random uid is been used 2024-02-02 10:46:50 +01:00
iceman1001 a8a0d20eb9 silenced the key checking for UL-C, modified some output text 2024-02-02 01:01:34 +01:00
iceman1001 2d4597d89b added skeleton command for ICT 2024-02-01 10:05:04 +01:00
iceman1001 33380ad240 fix return codes 2024-01-31 21:44:23 +01:00
iceman1001 30b217be65 text 2024-01-31 13:28:37 +01:00
iceman1001 311fb3b764 got some maur 2024-01-31 12:23:54 +01:00
iceman1001 0db2d1c92a added lf hitag eview command and unified some command description across the client 2024-01-30 11:02:10 +01:00