@alexstrnik/multifactor-cli
v1.0.3
Published
CLI tool for bypassing multifactor authentication
Maintainers
Readme
Multifactor CLI
A command-line tool for bypassing multifactor authentication by integrating with Firebase Cloud Messaging and multifactor services.
Installation
# Install globally
npm install -g @alexstrnik/multifactor-cli
# Or run directly with npx
npx @alexstrnik/multifactor-cliFeatures
- Device registration via activation links
- Persistent storage of registration data
- Real-time listening for authentication requests
- Interactive approval or rejection of authentication requests
- Clean and user-friendly terminal interface
Usage
Starting the CLI
multifactor-cliRegistration
If you're running the CLI for the first time, you'll need to register your device:
- Open the Multifactor Console
- Press "Add new Device"
- Copy the activation link (format: multifactor://resolve?ru_apir=XXXXX)
- Paste the link when prompted by the CLI
Authentication Requests
Once registered, the CLI will listen for incoming authentication requests. When a request is received:
- The CLI will display the account and message details
- You'll be prompted to approve or reject the request
- Select your choice and the CLI will process the request
Exiting
Press Ctrl+C at any time to exit the CLI.
Data Storage
The CLI stores registration data in ~/.multifactor-cli on your system.
