🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

github.com/clickyotomy/netflix-passwd-rotate

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/clickyotomy/netflix-passwd-rotate

Source
Go
Version
v0.0.0-20231221183500-dce9f4b7f635
Version published
Created
Source

netflix-passwd-rotate

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

Package last updated on 21 Dec 2023

Did you know?

Socket

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.

Install

Related posts