Commit graph

17676 commits

Author SHA1 Message Date
merlokk 784e11021e Remove debug messages from the info command 2023-12-11 19:00:09 +02:00
merlokk ebe9d72cc2 set debug log level 2023-12-11 18:46:25 +02:00
merlokk af0e25b519 read block0 and check keys 2023-12-11 15:44:43 +02:00
merlokk fb51bf4fa1 add backdoor info and check keys for sector 0 2023-12-11 14:23:26 +02:00
merlokk 6066e7e924 rearrange some keys and add one from the bottom 2023-12-11 14:22:19 +02:00
Iceman 347f436a98
Merge pull request #2201 from kitsunehunter/master
Update documentation
2023-12-11 08:06:01 +01:00
kitsunehunter 1ab70541aa
Update extensions_notes.md
eml deprecated

Signed-off-by: kitsunehunter <90627943+kitsunehunter@users.noreply.github.com>
2023-12-10 22:47:06 -05:00
kitsunehunter e2f568b740
Update Notes documentation
Added documentation on HID downgrades and RM 

Signed-off-by: kitsunehunter <90627943+kitsunehunter@users.noreply.github.com>
2023-12-10 22:34:12 -05:00
iceman1001 9d55455d66 fix test for the change of text 2023-12-11 00:10:53 +01:00
iceman1001 30d59ac371 Thanks to @h1kari for reversing this algo and sharing it back in 2019. And well done the rest of you who solved it later. 2023-12-11 00:06:40 +01:00
merlokk ea467414f4 add magic card detect 2023-12-11 00:58:48 +02:00
merlokk b11b797abe info command draft 2023-12-11 00:48:28 +02:00
iceman1001 191525768d maur 2023-12-09 20:24:18 +01:00
iceman1001 7811a1830b adapt tests for new output 2023-12-09 12:03:18 +01:00
iceman1001 c72d4a188d fix string formatter 2023-12-09 11:21:42 +01:00
Iceman 04216efb71
Merge pull request #2199 from wh201906/smartcard_extra
Add SMARTCARD definition in PLATFORM_EXTRAS
2023-12-09 11:20:29 +01:00
iceman1001 9075984c7f modified lf fdx demod, different text style and raw now shows all bytes not just crc bytes 2023-12-09 10:18:44 +01:00
wh201906 8fc3130a9f
Add smartcard definition in PLATFORM_EXTRAS 2023-12-09 15:33:59 +08:00
iceman1001 8419b9c690 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2023-12-08 19:34:14 +01:00
iceman1001 bf1160988c style 2023-12-08 19:34:06 +01:00
iceman1001 f37e461398 ignore executable 2023-12-08 19:32:07 +01:00
iceman1001 62c926e0dd style 2023-12-08 19:29:55 +01:00
iceman1001 843fa33d09 modified to print number of samples. Also added a isnoise check, in order to fast get feedback instead of forcing user to look at the plot window 2023-12-08 19:20:39 +01:00
iceman1001 367ff755a2 move lock 2023-12-07 19:57:18 +01:00
iceman1001 3c6734c63b style 2023-12-07 19:56:41 +01:00
iceman1001 97e2d7f026 changed "data num" to accept -r -i parameters where it will reverse or inverse the values.\nrenamed some util functions 2023-12-07 16:44:31 +01:00
iceman1001 7c749267e6 maur 2023-12-07 12:15:35 +01:00
iceman1001 89bcdcddbc style 2023-12-06 22:42:16 +01:00
iceman1001 d230b770b3 text 2023-12-06 22:18:47 +01:00
iceman1001 fdc1c9d864 text 2023-12-06 22:16:53 +01:00
Iceman 88e84f57bc
Merge pull request #2198 from datatags/interactive-mfc-sim-return
Fix Mifare Classic sim with interactive and reader attack mode never returning console
2023-12-06 21:42:26 +01:00
datatags e2f144c6dd
Update changelog 2023-12-06 12:19:25 -08:00
datatags cc73449c40
Interactive reader attack sim now returns 2023-12-06 10:19:22 -08:00
Iceman 75ba439f25
Merge pull request #2196 from hazardousvoltage/unisniff
cmdtrace.c: fix segfault in 'trace list' after failed load
2023-12-06 11:45:16 +01:00
Anonymous 6b8a269671 cmdtrace.c: fix segfault when trying to list trace after loading fails, part deux 2023-12-06 02:52:15 -05:00
Anonymous 8345aa5ad5 Merge branch 'unisniff' of https://github.com/hazardousvoltage/proxmark3 into unisniff 2023-12-06 02:37:45 -05:00
Anonymous 7ef5fe14bb cmdtrace.c: fix segfault when trying to list trace after loading fails 2023-12-06 02:36:14 -05:00
iceman1001 75d0601318 fix decrypted output 2023-12-05 12:08:09 +01:00
Iceman 8f4b42e78d
Merge pull request #2195 from hazardousvoltage/unisniff
hf_unisniff: rename 'ASK' to 'USER' to avoid confusion
2023-12-03 16:32:35 +01:00
Anonymous 3d984559a1 CHANGELOG.md: add standalone hf_unisniff 2023-12-03 08:52:47 -05:00
Anonymous cdafe764f1 Merge branch 'unisniff' of https://github.com/hazardousvoltage/proxmark3 into unisniff 2023-12-03 08:46:26 -05:00
Anonymous 9b752c6ecb hf_unisniff: rename "ask" to "user" to avoid confusion with "ASK" sniffing 2023-12-03 08:44:06 -05:00
Iceman 44cd34d2e8
Merge pull request #2194 from team-orangeBlue/PlusPlus
Expand the abilities of `hf mfp`
2023-12-03 10:45:54 +01:00
team-orangeBlue b82857f892
Compilation workaround
May be reverted if fails

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2023-12-03 12:05:15 +03:00
team-orangeBlue 3523c3df62
Added plus code
Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2023-12-03 11:38:09 +03:00
team-orangeBlue da984783a8
Merge branch 'RfidResearchGroup:master' into PlusPlus 2023-12-03 11:28:48 +03:00
team-orangeBlue 8300ab9232
2 new commands
We're done for now

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2023-12-03 11:28:23 +03:00
team-orangeBlue 29773e92ca
Fix typo, correct data
2 new keys (SL3 sector switch; SL1SL3Mix sector switch).
"instead of than" - removed the than.

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2023-12-03 11:24:38 +03:00
team-orangeBlue 192ccf7c36
New mifare plus data
2 new commands
Some argument names updated

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2023-12-03 11:22:47 +03:00
team-orangeBlue 046237500b
Proper block data for Mifare Plus
All blocks are NOT data blocks
Some are now config/management keys/sector keys/...

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2023-12-03 10:28:32 +03:00