simple TOTP CLI, powered by keychain of macOS

macos-totp-cli

macos-totp-cli is a simple TOTP CLI, powered by keychain of macOS.

$ totp
Usage:
  totp [command]

Available Commands:
  completion  generate the autocompletion script for the specified shell
  delete      Delete a TOTP code
  get         Get a TOTP code
  help        Help about any command
  list        List all registered TOTP codes
  scan        Scan a QR code image

Flags:
  -h, --help   help for totp

Use "totp [command] --help" for more information about a command.

$ totp scan google ./image.jpg
Given QR code successfully registered as "google".

$ totp add github
Type secret: ABCDEFGHIJKLMNOPQRSTUVWXYZ
Given secret successfully registered as "github".

$ totp list
google
github

$ totp get google
123456

$ totp delete google
Successfully deleted "google".

 


macos-totp-cli is primarily distributed under the terms of both the Apache License (Version 2.0) and the MIT license. See COPYRIGHT for details.

Owner
Hyeon Kim (김지현)
Natural Born Developer
Hyeon Kim (김지현)
Similar Resources

Go-file-downloader-ftctl - A file downloader cli built using golang. Makes use of cobra for building the cli and go concurrent feature to download files.

ftctl This is a file downloader cli written in Golang which uses the concurrent feature of go to download files. The cli is built using cobra. How to

Jan 2, 2022

Cli-algorithm - A cli program with A&DS in go!

cli-algorithm Objectives The objective of this cli is to implement 4 basic algorithms to sort arrays been Merge Sort Insertion Sort Bubble Sort Quick

Jan 2, 2022

Nebulant-cli - Nebulant's CLI

Nebulant-cli - Nebulant's CLI

Nebulant CLI Website: https://nebulant.io Documentation: https://nebulant.io/docs.html The Nebulant CLI tool is a single binary that can be used as a

Jan 11, 2022

Go-api-cli - Small CLI to fetch data from an API sync and async

Async API Cli CLI to fetch data on "todos" from a given API in a number of ways.

Jan 13, 2022

Syno-cli - Synology unofficial API CLI and library

Synology CLI Unofficial wrapper over Synology API in Go. Focus on administrative

Jan 6, 2023

Nebula Diagnosis CLI Tool is an information diagnosis cli tool for the nebula service and the node to which the service belongs.

Nebula Diagnosis CLI Tool is an information diagnosis cli tool for the nebula service and the node to which the service belongs.

Jan 12, 2022

bcrypt-cli is the CLI tool for hashing passwords with bcrypt.

bcrypt-cli bcrypt-cli is the CLI tool for hashing passwords with bcrypt. Install go install github.com/ryicoh/bcrypt-cli Usage It can be used like bas

Jan 9, 2023

Gobby-cli - CLI application to debug gobby applications

go(bby) Interactive debugging tool for gobby applications Usage Coming soon™ Ins

Feb 8, 2022
Comments
  • SIGILL: illegal instruction

    SIGILL: illegal instruction

    설치 후

    totp scan vpn ./fortivpn.jpg

    커멘드 실행하면

    SIGILL: illegal instruction
    PC=0x7fff408d880a m=0 sigcode=1
    instruction bytes: 0xf 0xb 0x48 0x89 0xf0 0x48 0x89 0xf9 0xf6 0xc1 0x1 0x75 0x63 0x48 0x8b 0x11
    
    goroutine 0 [idle]:
    runtime: unknown pc 0x7fff408d880a
    stack: frame={sp:0x7ffeefbff690, fp:0x0} stack=[0x7ffeefb807e8,0x7ffeefbff850)
    0x00007ffeefbff590:  0x00000000044ed600  0x00000000044e9a00
    0x00007ffeefbff5a0:  0x00007ffeefbff650  0x00007fff6cba643b
    0x00007ffeefbff5b0:  0x0000000000000000  0xf69d800070001006
    0x00007ffeefbff5c0:  0x00000000044effff  0x0000000000000000
    0x00007ffeefbff5d0:  0x0000000000000040  0x0000000000000040
    0x00007ffeefbff5e0:  0x0000000000000007  0x00000000044e6000
    0x00007ffeefbff5f0:  0x00007ffeefbff620  0x00007fff6cba620f
    0x00007ffeefbff600:  0x0000000000003c00  0x00007fff9bab2920
    0x00007ffeefbff610:  0x00007fffa3035000  0x0000000600000000
    0x00007ffeefbff620:  0x00000000044e7080  0x0000000000000003
    0x00007ffeefbff630:  0x0000000000000068  0x0000000000000068
    0x00007ffeefbff640:  0x0000000000000000  0x00000000044e6000
    0x00007ffeefbff650:  0x00007ffeefbff680  0x00007fff6cba620f
    0x00007ffeefbff660:  0x0000000000000003  0x000000000000000d
    0x00007ffeefbff670:  0x00007fffa3035000  0x0000000000000068
    0x00007ffeefbff680:  0x00007ffeefbff6b0  0x00007fff6cba4c99
    0x00007ffeefbff690: <0x00007ffeefbff6e0  0x00007fff409ccda6
    0x00007ffeefbff6a0:  0x00007fff9bbe7168  0x0000000000000000
    0x00007ffeefbff6b0:  0x00000000053004b0  0x0000000000000004
    0x00007ffeefbff6c0:  0x0000000000000000  0x0000000005300200
    0x00007ffeefbff6d0:  0x0000000000000000  0x000000000000000d
    0x00007ffeefbff6e0:  0x00007ffeefbff760  0x00007fff408d7a1a
    0x00007ffeefbff6f0:  0x0000000000000000  0x0000000000000000
    0x00007ffeefbff700:  0x0000000000000000  0x0000000005300200
    0x00007ffeefbff710:  0x00007fff408d87ea  0x000000000000000d
    0x00007ffeefbff720:  0x00000000053005b0  0x00000000053004b0
    0x00007ffeefbff730:  0x0000000000000004  0x0000000000000000
    0x00007ffeefbff740:  0x000000c000016300  0x00000000053005b0
    0x00007ffeefbff750:  0x0000000000000007  0x000000c000016340
    0x00007ffeefbff760:  0x00007ffeefbff7a0  0x00007fff408dadd0
    0x00007ffeefbff770:  0x000000c0001fe000  0x000000c0001fd768
    0x00007ffeefbff780:  0x000000c0001fd9d8  0x000000c0001fd950
    runtime: unknown pc 0x7fff408d880a
    stack: frame={sp:0x7ffeefbff690, fp:0x0} stack=[0x7ffeefb807e8,0x7ffeefbff850)
    0x00007ffeefbff590:  0x00000000044ed600  0x00000000044e9a00
    0x00007ffeefbff5a0:  0x00007ffeefbff650  0x00007fff6cba643b
    0x00007ffeefbff5b0:  0x0000000000000000  0xf69d800070001006
    0x00007ffeefbff5c0:  0x00000000044effff  0x0000000000000000
    0x00007ffeefbff5d0:  0x0000000000000040  0x0000000000000040
    0x00007ffeefbff5e0:  0x0000000000000007  0x00000000044e6000
    0x00007ffeefbff5f0:  0x00007ffeefbff620  0x00007fff6cba620f
    0x00007ffeefbff600:  0x0000000000003c00  0x00007fff9bab2920
    0x00007ffeefbff610:  0x00007fffa3035000  0x0000000600000000
    0x00007ffeefbff620:  0x00000000044e7080  0x0000000000000003
    0x00007ffeefbff630:  0x0000000000000068  0x0000000000000068
    0x00007ffeefbff640:  0x0000000000000000  0x00000000044e6000
    0x00007ffeefbff650:  0x00007ffeefbff680  0x00007fff6cba620f
    0x00007ffeefbff660:  0x0000000000000003  0x000000000000000d
    0x00007ffeefbff670:  0x00007fffa3035000  0x0000000000000068
    0x00007ffeefbff680:  0x00007ffeefbff6b0  0x00007fff6cba4c99
    0x00007ffeefbff690: <0x00007ffeefbff6e0  0x00007fff409ccda6
    0x00007ffeefbff6a0:  0x00007fff9bbe7168  0x0000000000000000
    0x00007ffeefbff6b0:  0x00000000053004b0  0x0000000000000004
    0x00007ffeefbff6c0:  0x0000000000000000  0x0000000005300200
    0x00007ffeefbff6d0:  0x0000000000000000  0x000000000000000d
    0x00007ffeefbff6e0:  0x00007ffeefbff760  0x00007fff408d7a1a
    0x00007ffeefbff6f0:  0x0000000000000000  0x0000000000000000
    0x00007ffeefbff700:  0x0000000000000000  0x0000000005300200
    0x00007ffeefbff710:  0x00007fff408d87ea  0x000000000000000d
    0x00007ffeefbff720:  0x00000000053005b0  0x00000000053004b0
    0x00007ffeefbff730:  0x0000000000000004  0x0000000000000000
    0x00007ffeefbff740:  0x000000c000016300  0x00000000053005b0
    0x00007ffeefbff750:  0x0000000000000007  0x000000c000016340
    0x00007ffeefbff760:  0x00007ffeefbff7a0  0x00007fff408dadd0
    0x00007ffeefbff770:  0x000000c0001fe000  0x000000c0001fd768
    0x00007ffeefbff780:  0x000000c0001fd9d8  0x000000c0001fd950
    
    goroutine 1 [syscall]:
    runtime.cgocall(0x41a5890, 0xc0001fd768)
    	/usr/local/Cellar/go/1.17.8/libexec/src/runtime/cgocall.go:156 +0x5c fp=0xc0001fd740 sp=0xc0001fd708 pc=0x400527c
    github.com/keybase/go-keychain._Cfunc_CFDictionaryCreateSafe2(0x0, 0xc000016300, 0xc000016340, 0x7, 0x7fff9bab3d60, 0x7fff9bab3dc0)
    	_cgo_gotypes.go:584 +0x4d fp=0xc0001fd768 sp=0xc0001fd740 pc=0x40fd80d
    github.com/keybase/go-keychain.MapToCFDictionary.func1(0xc0001fd878, 0xc00001b240, 0xc0001fd878)
    	/Users/sangrakson/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/keybase/[email protected]/corefoundation.go:81 +0xcf fp=0xc0001fd7e0 sp=0xc0001fd768 pc=0x40fe96f
    github.com/keybase/go-keychain.MapToCFDictionary(0xc0001fda58)
    	/Users/sangrakson/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/keybase/[email protected]/corefoundation.go:81 +0x1c5 fp=0xc0001fd8e8 sp=0xc0001fd7e0 pc=0x40fe825
    github.com/keybase/go-keychain.ConvertMapToCFDictionary(0x4448640)
    	/Users/sangrakson/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/keybase/[email protected]/corefoundation.go:218 +0x64c fp=0xc0001fdac8 sp=0xc0001fd8e8 pc=0x40ff84c
    github.com/keybase/go-keychain.AddItem({0x41cf640})
    	/Users/sangrakson/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/keybase/[email protected]/keychain.go:358 +0x34 fp=0xc0001fdb20 sp=0xc0001fdac8 pc=0x41000d4
    main.addItem({0x7ffeefbffa42, 0xc000151480}, {0xc0000741a7, 0x1a})
    	/private/tmp/totp-20220314-6338-11cbt0q/macos-totp-cli-1.0.0/main.go:32 +0x465 fp=0xc0001fdcd8 sp=0xc0001fdb20 pc=0x41a4045
    main.main.func1(0xc000154280, {0xc000064700, 0x2, 0x2})
    	/private/tmp/totp-20220314-6338-11cbt0q/macos-totp-cli-1.0.0/main.go:80 +0x1c5 fp=0xc0001fdd60 sp=0xc0001fdcd8 pc=0x41a4645
    github.com/spf13/cobra.(*Command).execute(0xc000154280, {0xc0000646c0, 0x2, 0x2})
    	/Users/sangrakson/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/[email protected]/command.go:856 +0x60e fp=0xc0001fde20 sp=0xc0001fdd60 pc=0x4193cee
    github.com/spf13/cobra.(*Command).ExecuteC(0xc000154f00)
    	/Users/sangrakson/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/[email protected]/command.go:974 +0x3bc fp=0xc0001fded8 sp=0xc0001fde20 pc=0x41943dc
    github.com/spf13/cobra.(*Command).Execute(...)
    	/Users/sangrakson/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/[email protected]/command.go:902
    main.main()
    	/private/tmp/totp-20220314-6338-11cbt0q/macos-totp-cli-1.0.0/main.go:192 +0x35d fp=0xc0001fdf80 sp=0xc0001fded8 pc=0x41a43fd
    runtime.main()
    	/usr/local/Cellar/go/1.17.8/libexec/src/runtime/proc.go:255 +0x227 fp=0xc0001fdfe0 sp=0xc0001fdf80 pc=0x4036f27
    runtime.goexit()
    	/usr/local/Cellar/go/1.17.8/libexec/src/runtime/asm_amd64.s:1581 +0x1 fp=0xc0001fdfe8 sp=0xc0001fdfe0 pc=0x4061f61
    
    rax    0x7fff40c54238
    rbx    0x4
    rcx    0x7fff408d87ea
    rdx    0x100000380
    rdi    0x7fff9bab2920
    rsi    0x0
    rbp    0x7ffeefbff690
    rsp    0x7ffeefbff690
    r8     0x53005b0
    r9     0x53004b0
    r10    0x89eb801e3
    r11    0xa5baadb9
    r12    0x53005b0
    r13    0x5300200
    r14    0x53004b0
    r15    0x0
    rip    0x7fff408d880a
    rflags 0x10246
    cs     0x2b
    fs     0x0
    gs     0x0
    

    와 같이 떨어지네요ㅠㅠ

    관련해서 혹시 제 로컬 설정문제인가 하고 찾아봐도 명확한 해결법을 못찾는중입니다...

    https://github.com/golang/go/issues/37459 https://github.com/golang/go/issues/30186 https://github.com/filecoin-project/lotus/issues/2332 https://developer.apple.com/forums/thread/681168

ets2-dlc-repacker is a Windows / Linux / MacOS CLI util to automatically repack older DLC archives for compatibility with newer versions.
ets2-dlc-repacker is a Windows / Linux / MacOS CLI util to automatically repack older DLC archives for compatibility with newer versions.

ets2-dlc-repacker is a Windows / Linux / MacOS CLI util to automatically repack older DLC archives for compatibility with newer versions.

Dec 26, 2021
There is a certain amount of work to be done before you can implement the features of your Go powered CLI app

go-project-template-cli There is a certain amount of work to be done before you can implement the features of your Go powered CLI app. A few of those

Jan 23, 2022
Command-line tool to customize the official Spotify client. Supports Windows, MacOS and Linux.
Command-line tool to customize the official Spotify client. Supports Windows, MacOS and Linux.

Command-line tool to customize the official Spotify client. Supports Windows, MacOS and Linux. Features Change colors whole UI Inject CSS for advanced

Jan 2, 2023
macOS Quick Look plugin for Matroska `.mka` files

qlmka: A macOS Quick Look plugin to display Matroska .mka covers This plugin adds support for showing thumbnails of Matroska .mka files in macOS Finde

Sep 30, 2022
AI-powered code snippet generator using ChatGPT. Generate code in various languages based on natural language descriptions!

SnipForge - AI-Powered Code Snippet Generator SnipForge is a powerful command-line interface (CLI) tool that utilizes OpenAI's GPT technology to gener

May 5, 2023
News-parser-cli - Simple CLI which allows you to receive news depending on the parameters passed to it
News-parser-cli - Simple CLI which allows you to receive news depending on the parameters passed to it

news-parser-cli Simple CLI which allows you to receive news depending on the par

Jan 4, 2022
Elegant CLI wrapper for kubeseal CLI

Overview This is a wrapper CLI ofkubeseal CLI, specifically the raw mode. If you just need to encrypt your secret on RAW mode, this CLI will be the ea

Jan 8, 2022
CLI to run a docker image with R. CLI built using cobra library in go.
CLI  to run a docker image with R. CLI built using cobra library in go.

BlueBeak Installation Guide Task 1: Building the CLI The directory structure looks like Fastest process: 1)cd into bbtools 2)cd into bbtools/bin 3)I h

Dec 20, 2021
A wrapper of aliyun-cli subcommand alidns, run aliyun-cli in Declarative mode.

aliyun-dns A wrapper of aliyun-cli subcommand alidns, run aliyun-cli in Declarative mode. Installation Install aliyun-cli. Usage $ aliyun-dns -h A wra

Dec 21, 2021
Symfony-cli - The Symfony CLI tool For Golang

Symfony CLI Install To install Symfony CLI, please download the appropriate vers

Dec 28, 2022