
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@borfast/arrispwgen-cli
Advanced tools
PLEASE READ THIS!
1 - In the past few years, some internet service providers have been changing their modem configurations in ways that prevent this tool from working. If it doesn't work with your modem and your modem is in the supported modems list, I'm afraid there's nothing I can do about it.
2 - I am not Spanish or from Latin America. Please don't assume I can speak Spanish or that I have to reply to you in Spanish.
Do you need an Arris modem password? Are you stuck with your Arris modem, in a message that says "in order to access advanced features you must enter the password of the day"? Then you came to the right place!
This is the Command Line Interface for the Arris password of the day generator for various Arris cable modems.
If you just want to generate passwords, your easiest option is probably the online generator. You may also be interested in the Android app (which is also open source) or, if you're a developer, perhaps you're looking for the library instead.
For a list of supported modems, troubleshooting options and more information, please visit the help page.
Install the arrispwgen package with npm:
npm install -g arrispwgen-cli
If you want the password for the current day, just call arrispwgen with no arguments:
$ arrispwgen
┌─────────┬──────────────────────────┬──────────────┐
│ (index) │ date │ password │
├─────────┼──────────────────────────┼──────────────┤
│ 0 │ 'Fri, December 09, 2016' │ '64Y3MV3L7G' │
└─────────┴──────────────────────────┴──────────────┘
To get the password for a given day, pass arrispwgen the date for which you want the password. For example:
$ arrispwgen 2016-12-08
┌─────────┬──────────────────────────┬──────────────┐
│ (index) │ date │ password │
├─────────┼──────────────────────────┼──────────────┤
│ 0 │ 'Thu, December 08, 2016' │ '1R3IG4R4RH' │
└─────────┴──────────────────────────┴──────────────┘
In case you need to use a custom seed you can pass the --seed argument. The format must be --seed=SEED. For example:
$ arrispwgen 2016-12-08 --seed=ABCDEFGHIJ
┌─────────┬──────────────────────────┬──────────────┐
│ (index) │ date │ password │
├─────────┼──────────────────────────┼──────────────┤
│ 0 │ 'Thu, December 08, 2016' │ '9KEWMO5JKE' │
└─────────┴──────────────────────────┴──────────────┘
You can also get the passwords for a range of days by passing a start date and an end date, in that order (i.e. the start date argument must come before the end date argument):
$ arrispwgen 2016-12-08 2016-12-13
┌─────────┬──────────────────────────┬──────────────┐
│ (index) │ date │ password │
├─────────┼──────────────────────────┼──────────────┤
│ 0 │ 'Thu, December 08, 2016' │ '1R3IG4R4RH' │
│ 1 │ 'Fri, December 09, 2016' │ '64Y3MV3L7G' │
│ 2 │ 'Sat, December 10, 2016' │ 'KMAR88TPKY' │
│ 3 │ 'Sun, December 11, 2016' │ 'ZOU3M83Z9E' │
│ 4 │ 'Mon, December 12, 2016' │ 'WIVIK4INFD' │
│ 5 │ 'Tue, December 13, 2016' │ 'G6TBPWYH6J' │
└─────────┴──────────────────────────┴──────────────┘
FAQs
Arris Password of the Day Generator Command Line Interface
We found that @borfast/arrispwgen-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.