🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@borfast/arrispwgen-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@borfast/arrispwgen-cli

Arris Password of the Day Generator Command Line Interface

latest
Source
npmnpm
Version
6.0.0
Version published
Maintainers
1
Created
Source

Arris Password of the Day Generator - Command Line Interface

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.

NPM Version License CI OpenSSF Scorecard Socket Badge ko-fi

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!

Description

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.

How to use

You can quickly run arrispwgen with npx: npx arrispwgen.

If you prefer to install the package locally on your computer, you can do so 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' │
└─────────┴──────────────────────────┴──────────────┘

Keywords

arris

FAQs

Package last updated on 19 Jul 2026

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