1.0.0 • Published 16 days ago

otpilot v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

Otpilot

Securely automate otp codes: You can use otp codes with any shell command without need phone or app.

Installation

npm install -g otpilot

Requirements

First of all we need secret keys to generate otp codes.

Usage

  • Create a command
otpilot create $commandName

Output

Command: echo $otp
Secret: ******
  • Run the command
otpilot run $commandName

Output

142857

Example

If you want to use 2fa VPN, you can connect with one command using gotunl

$ otpilot create connect-vpn
Command: gotunl -c 3 -otp $otp
Secret: ******

$ otpilot run connect-vpn
Connecting
Connected

License

MIT

1.0.0

16 days ago