pwpush-cli
A nodeJS CLI wrapper to easily push passwords to pwpush.com
Install
npm install -g pwpush-cli
Usage
pwpush <password> [parameters] [options]
# Long version
pwpush MyVerySecretP@sswd2BeBroken --days 1 --views 2
# Short version
pwpush MyVerySecretP@sswd2BeBroken -d 1 -v 2
Tip: The secure generated link should be automatically be copied to the clipboard. Just paste it
Parameters
--days | -d
Type: integer
Default value: 7
Number of days until the password is deleted.
--views | -v
Type: integer
Default value: 5
Number of visualizations until the password is deleted.
--disallow-delete | -r
Disallow the viewer to delete the password before expiration (by default viewers are allowed to delete the password)
Options
--allow-weak
Disable password strength verification. Not recommended!!
Read more about OWASP security guideline.
--version
Display package version.
--help | -h
Display help usage information.
Contributing
Bug reports and Pull Requests are welcome!
License
MIT License © Leandro Nunes