Skip to content

Commit

Permalink
Latest Release RM1024-0141-0.93.1-5a8d754 on PATREON - NEW RELEASE
Browse files Browse the repository at this point in the history
GitHub Release Coming
  • Loading branch information
RogueMaster committed Oct 24, 2023
1 parent 5a8d754 commit 1129e6e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
3 changes: 2 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ This software is for experimental purposes only and is not meant for any illegal

<a name="latest">

## Latest Updates - [PATREON: Latest Release RM1024-0008-0.93.1-dfdda47](https://www.patreon.com/RogueMaster?filters[tag]=Latest%20Release)
## Latest Updates - [PATREON: Latest Release RM1024-0141-0.93.1-5a8d754](https://www.patreon.com/RogueMaster?filters[tag]=Latest%20Release)

- Last Synced/Checked OFW, changes in [commits](https://github.com/flipperdevices/flipperzero-firmware/commits/dev): `2023-10-23 23:00 EST`
- Last Synced/Checked Unleashed, changes in [changelog](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/CHANGELOG.md): `2023-10-23 23:00 EST`
- Updated: [BLE Spam v3.3 (By Willy-JL & ECTO-1A & Spooks4576 with research from xMasterX; OFW API thanks to noproto)] <https://github.com/noproto/apple_ble_spam_ofw> Fixed Kitchen Sink

<a name="release">

Expand Down
14 changes: 6 additions & 8 deletions applications/external/picopass/application.fam
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
App(
appid="picopass",
name="PicoPass",
name="PicoPass [iClass]",
apptype=FlipperAppType.EXTERNAL,
targets=["f7"],
entry_point="picopass_app",
requires=[
"storage",
"gui",
],
stack_size=4 * 1024,
fap_description="App to communicate with NFC tags using the PicoPass(iClass) format",
fap_version="1.6",
fap_icon="125_10px.png",
fap_category="NFC",
fap_libs=["mbedtls"],
Expand All @@ -22,4 +15,9 @@ App(
],
fap_icon_assets="icons",
fap_file_assets="files",
fap_icon_assets_symbol="picopass",
fap_author="bettse",
fap_weburl="https://github.com/bettse/flipperzero-good-faps/tree/dev/picopass",
fap_version=(1, 6),
fap_description="App to communicate with NFC tags using the PicoPass(iClass) format",
)
4 changes: 4 additions & 0 deletions applications/external/picopass/files/iclass_elite_dict.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

## From https://github.com/RfidResearchGroup/proxmark3/blob/master/client/dictionaries/iclass_default_keys.dic

#FORMAT GUIDE: Never add # after a key.
#Always put the key on a new line and the comments on a separate line.
#Failure to do so will result in the key being skipped.

# key1/Kc from PicoPass 2k documentation
7665544332211000
# SAGEM
Expand Down
4 changes: 4 additions & 0 deletions applications/external/picopass/files/iclass_standard_dict.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

## From https://github.com/RfidResearchGroup/proxmark3/blob/master/client/dictionaries/iclass_default_keys.dic

#FORMAT GUIDE: Never add # after a key.
#Always put the key on a new line and the comments on a separate line.
#Failure to do so will result in the key being skipped.

# AA1
AEA684A6DAB23278
# key1/Kc from PicoPass 2k documentation
Expand Down

0 comments on commit 1129e6e

Please sign in to comment.