vlp

package module
v0.0.0-...-e6746ef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2020 License: MIT Imports: 9 Imported by: 0

README

VLP (Vault Lock Picker)

go report card license

VLP is a CLI tool for extracting passwords stored in credentials.

Installation

go get -u github.com/kenkyu392/vlp/cmd/vlp

Usage

$ vlp -help
VLP is a CLI tool for extracting passwords stored in credentials.
Usage: vlp <options>
  -help
        Prints the help.
  -service string
        Service name.
  -username string
        User name.
  -version
        Prints the version.
$ vlp -service=your-app -username=your-name
{"password":"secret","service":"your-app","username":"your-name"}

License

MIT

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(ctx context.Context, argv []string, outStream, errStream io.Writer) error

Run the VLP

Types

This section is empty.

Directories

Path Synopsis
cmd
vlp

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL