Skip to content

Commit

Permalink
Sync apps, new MFkey cracks Nested, cant collect nonces yet tho
Browse files Browse the repository at this point in the history
- New MFkey by noproto
- Removed old Mfkey32
- Removed old Nested (new one will be in firmware)
- More UART apps fixes by xMasterX
- Unitemp draw issues fix by xMasterX
  • Loading branch information
Willy-JL committed Mar 24, 2024
1 parent b2952b3 commit de3d84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/external
Submodule external updated 77 files
+1 −1 .utils/subtree-subdir-helper.sh
+0 −1 esp8266_deauth/esp8266_deauth.c
+2 −2 magspoof/scenes/mag_scene_read.c
+6 −0 mfkey/.gitignore
+2 −0 mfkey/.gitsubtree
+13 −5 mfkey/application.fam
+20 −0 mfkey/common.h
+22 −0 mfkey/crypto1.c
+156 −0 mfkey/crypto1.h
+ mfkey/images/mfkey.png
+412 −0 mfkey/init_plugin.c
+889 −0 mfkey/mfkey.c
+107 −0 mfkey/mfkey.h
+ mfkey/mfkey.png
+13 −0 mfkey/plugin_interface.h
+0 −12 mfkey32/.catalog/README.md
+0 −4 mfkey32/.catalog/changelog.md
+ mfkey32/.catalog/screenshots/1.png
+ mfkey32/.catalog/screenshots/2.png
+ mfkey32/.catalog/screenshots/3.png
+0 −2 mfkey32/.gitsubtree
+ mfkey32/images/mfkey.png
+ mfkey32/mfkey.png
+0 −1,354 mfkey32/mfkey32.c
+ mifare_nested/.flipcorg/gallery/1.png
+ mifare_nested/.flipcorg/gallery/2.png
+ mifare_nested/.flipcorg/gallery/3.png
+ mifare_nested/.flipcorg/gallery/4.png
+ mifare_nested/.flipcorg/gallery/5.png
+ mifare_nested/.flipcorg/gallery/6.png
+ mifare_nested/.flipcorg/gallery/7.png
+0 −2 mifare_nested/.gitsubtree
+0 −120 mifare_nested/CHANGELOG.md
+0 −674 mifare_nested/LICENSE.md
+0 −29 mifare_nested/README.CATALOG.md
+0 −39 mifare_nested/README.md
+0 −3 mifare_nested/TODO.md
+0 −17 mifare_nested/application.fam
+ mifare_nested/assets/ApplyTag.png
+ mifare_nested/assets/DolphinCry.png
+ mifare_nested/assets/DolphinSuccess.png
+ mifare_nested/assets/Loading.png
+ mifare_nested/assets/icon.png
+0 −118 mifare_nested/lib/crypto1/crypto1.c
+0 −39 mifare_nested/lib/crypto1/crypto1.h
+0 −718 mifare_nested/lib/nested/nested.c
+0 −118 mifare_nested/lib/nested/nested.h
+0 −71 mifare_nested/lib/parity/parity.c
+0 −10 mifare_nested/lib/parity/parity.h
+0 −408 mifare_nested/mifare_nested.c
+0 −3 mifare_nested/mifare_nested.h
+0 −181 mifare_nested/mifare_nested_i.h
+0 −1,713 mifare_nested/mifare_nested_worker.c
+0 −98 mifare_nested/mifare_nested_worker.h
+0 −28 mifare_nested/mifare_nested_worker_i.h
+0 −30 mifare_nested/scenes/mifare_nested_scene.c
+0 −29 mifare_nested/scenes/mifare_nested_scene.h
+0 −77 mifare_nested/scenes/mifare_nested_scene_about.c
+0 −76 mifare_nested/scenes/mifare_nested_scene_added_keys.c
+0 −95 mifare_nested/scenes/mifare_nested_scene_check.c
+0 −117 mifare_nested/scenes/mifare_nested_scene_check_keys.c
+0 −161 mifare_nested/scenes/mifare_nested_scene_collecting.c
+0 −14 mifare_nested/scenes/mifare_nested_scene_config.h
+0 −59 mifare_nested/scenes/mifare_nested_scene_failed.c
+0 −56 mifare_nested/scenes/mifare_nested_scene_need_collection.c
+0 −59 mifare_nested/scenes/mifare_nested_scene_need_key_recovery.c
+0 −61 mifare_nested/scenes/mifare_nested_scene_no_keys.c
+0 −94 mifare_nested/scenes/mifare_nested_scene_no_nonces_collected.c
+0 −58 mifare_nested/scenes/mifare_nested_scene_nonces_collected.c
+0 −65 mifare_nested/scenes/mifare_nested_scene_settings.c
+0 −84 mifare_nested/scenes/mifare_nested_scene_start.c
+0 −58 mifare_nested/scenes/mifare_nested_scene_static_encrypted_nonce.c
+1 −1 nfc_magic/application.fam
+2 −1 uhf_rfid/uhf_uart.c
+27 −4 unitemp/unitemp.c
+1 −0 unitemp/unitemp.h
+0 −1 wifi_scanner/wifi_scanner.c

0 comments on commit de3d84f

Please sign in to comment.