Sentry Safe - Flipper Zero Plugin
July 11, 2025 ยท View on GitHub
Plugin exploiting vulnerability to open any Sentry Safe or Master Lock electronic safes.
๐ Based on the vulnerability described here

๐ฆ Installation
๐ 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.
๐ Usage
- 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.
๐งฐ Manual Build (Optional)
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
Thanks to ArsLock for the tips and advice.