Plugin exploiting vulnerability to open any Sentry Safe or Master Lock electronic safes.
🔓 Based on the vulnerability described here
👉 The plugin is now directly available via the Flipper Zero Plugin Manager:
Install from the official Flipper app catalog
Steps:
- Open the Flipper Zero Plugin Manager on your device (smartphone or browser).
- Search for Sentry Safe.
- Tap Install
- Launch it from the menu on your Flipper.
- Launch the Sentry Safe plugin.
- Long-press OK to open the help menu (navigate with Up/Down).
- Place GPIO wires as shown in the help section.
- On the main interface:
- Chose your 5-digit code (or use the default).
- Select code type:
P→ Primary codeS→ Secondary code
- Press OK to send payload.
- The safe should emit a beep and unlock.
You can enter
00000to clear selected code.
If you prefer to build manually:
- Clone your target firmware repo (official or custom) with submodules.
- Clone this plugin into the
applications_user/directory:git clone https://github.com/H4ckd4ddy/flipperzero-sentry-safe-plugin applications_user/flipperzero-sentry-safe-plugin
- Build using
fbt:./fbt faps APPSRC=applications_user/flipperzero-sentry-safe-plugin
- Retrieve the
.fapfile from thedist/directory.
For more info on the build tool, see the official documentation.
Thanks to ArsLock for the tips and advice.

