psPAS VS lastpass-cli

Compare psPAS vs lastpass-cli and see what are their differences.

psPAS

PowerShell module for CyberArk Privileged Access Security REST API (by pspete)

lastpass-cli

LastPass command line interface tool (by lastpass)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
psPAS lastpass-cli
26 10
276 2,857
- -0.3%
7.5 7.4
5 days ago 19 days ago
PowerShell C
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

psPAS

Posts with mentions or reviews of psPAS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.

lastpass-cli

Posts with mentions or reviews of lastpass-cli. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-17.
  • LastPass to Bitwarden: Secure Notes and more questions
    1 project | /r/Bitwarden | 28 Feb 2023
  • Want to put my Ansible playbooks on a public GitHub (for my resume) but don't want my ansible-vault encrypted files up there. What are my options?
    2 projects | /r/ansible | 17 Feb 2023
  • LastPass breach gets worse – reddit.com/r/sysadmin
    7 projects | news.ycombinator.com | 25 Jan 2023
    The other difficulty is it appears there is little-to-no support for API/automation:

    https://github.com/lastpass/lastpass-cli/issues/602

    https://github.com/lastpass/lastpass-cli/issues/624

    https://github.com/lastpass/lastpass-cli/issues/604

    ...their CLI tool is de-facto deprecated (unsupported) and has several unreliability issues (ie: `lpass ls/userls ...` reports differing amounts of values depending on when a user was added to the folder or not). Basically `lpass ls ... | xargs -n1 ...` cannot be trusted, and you can only get an accurate list of passwords (or users) from the actual GUI.

    It makes automation, auditing, reporting, near impossible.

  • I Lost All Faith in LastPass
    5 projects | news.ycombinator.com | 29 Dec 2022
    When saving the CSV, do not copy-paste the content of the HTML manually, instead use the popup to download the file that LastPass provides. You might need to allow popups for LastPass extension the first time you perform the export, then perform another one to get the popup.

    # 2. Export attachments

    Use lastpass-cli to export attachments. A script is provided in version 1.3.4: https://github.com/lastpass/lastpass-cli/blob/v1.3.4/contrib...

  • Planning a move from LastPass.
    1 project | /r/Bitwarden | 28 Dec 2022
    https://github.com/lastpass/lastpass-cli/blob/master/contrib/lpass-att-export.sh helped me batch-export my attachments.
  • LastPass says hackers stole customers' password vaults
    1 project | /r/technews | 25 Dec 2022
    You can see the source code for a lastpass client here.
  • Help creating a package for a program
    1 project | /r/GUIX | 4 Jul 2022
    (define-module (lastpass-cli) #:use-module (guix utils) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system cmake) #:use-module (guix licenses) #:use-module (gnu packages bash) #:use-module (gnu packages curl) #:use-module (gnu packages xml) #:use-module (gnu packages gnupg) #:use-module (gnu packages pkg-config) #:use-module (gnu packages tls) ) (define-public lastpass-cli (package (name "lastpass-cli") (version "1.3.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/lastpass/lastpass-cli/releases/download/v" version "/lastpass-cli-" version ".tar.gz")) (sha256 (base32 "06v7d1khk5ylhmf1giqpgq97gsn6mnqhg0637gnryv704wb5jkxr")))) (build-system cmake-build-system) (arguments ;; disable tests? '(#:tests? #f)) (native-inputs (list pkg-config)) (inputs (list bash openssl curl libxml2 pinentry)) (synopsis "Command line interface to LastPass.com") (description "") (home-page "https://github.com/lastpass/lastpass-cli") (license gpl2))) lastpass-cli
  • Tell HN: Bitwarden does not export attachments in backups
    9 projects | news.ycombinator.com | 11 Jun 2022
    Their CLI seems to support showing attachments: https://github.com/lastpass/lastpass-cli/blob/8767b5e53192ad...
  • Clever uses of pass, the Unix password manager
    22 projects | news.ycombinator.com | 16 Dec 2021
    FYI for those interested in CLI password management, there is a pretty good CLI for LastPass called lpass that even supports your Yubikeys.

    https://github.com/lastpass/lastpass-cli

  • Passwords in Automation, Automation Platforms?
    4 projects | /r/PowerShell | 20 Nov 2021

What are some alternatives?

When comparing psPAS and lastpass-cli you can also consider the following projects:

PoShPACLI - Powershell Module for CyberArk PACLI

age-plugin-yubikey - YubiKey plugin for age

nishang - Nishang - Offensive PowerShell for red team, penetration testing and offensive security.

clients - Bitwarden client applications (web, browser extension, desktop, and cli)

CredentialRetriever - Retrieve Credentials from CyberArk Central Credential Provider Web Service, or Local Credential Provider using CLIPasswordSDK

PoShKeePass - PowerShell module for KeePass

ImportExcel - PowerShell module to import/export Excel spreadsheets, without Excel

docker-credential-helpers - Programs to keep Docker login credentials safe by storing in platform keystores

Edit-CyberArkPlatforms - Cmdlets used to edit CyberArk platforms

pass-import - A pass extension for importing data from most existing password managers

OnePIF - KeePass 2.x plugin to import 1Password Interchange Format (1pif) files.