Flipper Zero password input from TXT
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .gitignore | ||
| fz-sdk.config.json5 | ||
| index.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Flipper Zero's Passwords script
This is a JS script that helps you type a password from a TXT in the SD card via USB on a computer
Donwload
To skip the build section, you can download the JS file from the releases page.
Build
git clone https://git.flifloo.fr/flifloo/fz-passwords.git
cd fz-passwords
npm install
npm run build
Now you have the JS file : dist/Passwords.js
Install
Copy the JS file into your Flipper SD card as /ext/apps/Scripts/Passwords.js and create a folder named /ext/apps/Scripts/Passwords to store the TXTs.