
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
github.com/clickyotomy/netflix-passwd-rotate
Advanced tools
A CLI for rotating passwords on Netflix, built using `chromedp'.
Documentation: https://godoc.org/github.com/clickyotomy/netflix-passwd-rotate.
USAGE netflix-passwd-rotate -username {user} -old-password {old-pw} -new-password {new-pw} -auto-generate -max-len {M} -num-digits {D} -no-upper -num-symbols {S} -allow-repeat -no-color -dev-logout -tmp-dir {tmp} -out-file {out} -exec-path {bin} -wait-sec {W}
ARGUMENTS -username Netflix username to login with. -old-password The current Netflix password. -new-password The new Netflix password. -auto-generate Generate a Netflix password. -no-color Disable colored output. -dev-logout Force log-out from all devices. -tmp-dir Temporary directory for user data. -out-file Write the new password to file. -exec-path Path to the `google-chrome' binary. -wait-sec Time to wait for the operation.
OTHER For -auto-generate: -max-len The maximum length of the password. -num-symbols The number of symbols in the password. -num-digits The number of digits in the password. -no-upper Disable upper-case letters in the password. -allow-repeat Allow repetitions in the password.
NOTES Reference: * chromedp: https://godoc.org/github.com/chromedp/chromedp
Installation:
$ go get -u github.com/clickyotomy/netflix-passwd-rotate
Development:
$ make dev TEST_KEY="42"
# For details on `TEST_KEY', please check `main_test:encrypt()'.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.