{"id":25770842,"url":"https://github.com/borfast/arrispwgen-cli","last_synced_at":"2025-07-24T15:10:49.917Z","repository":{"id":42800565,"uuid":"256601117","full_name":"borfast/arrispwgen-cli","owner":"borfast","description":"Command line interface for the Arris Password of the Day generator","archived":false,"fork":false,"pushed_at":"2023-07-18T22:02:45.000Z","size":275,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T02:48:10.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/borfast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-17T20:17:32.000Z","updated_at":"2024-07-28T03:48:43.000Z","dependencies_parsed_at":"2023-01-21T15:02:30.881Z","dependency_job_id":null,"html_url":"https://github.com/borfast/arrispwgen-cli","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borfast%2Farrispwgen-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borfast%2Farrispwgen-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borfast%2Farrispwgen-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borfast%2Farrispwgen-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borfast","download_url":"https://codeload.github.com/borfast/arrispwgen-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240967287,"owners_count":19886215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-27T02:38:35.924Z","updated_at":"2025-02-27T02:38:36.679Z","avatar_url":"https://github.com/borfast.png","language":"JavaScript","funding_links":["https://ko-fi.com/B0B61NQ8A"],"categories":[],"sub_categories":[],"readme":"# Arris Password of the Day Generator - Command Line Interface\n\n-----------------------------------\n\n**PLEASE READ THIS!**\n\n1 - 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.\n\n2 - 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.\n\n-----------------------------------\n\n[![NPM Version](https://img.shields.io/npm/v/@borfast/arrispwgen-cli.svg?style=flat)](https://npmjs.org/package/@borfast/arrispwgen-cli)\n![License](https://img.shields.io/github/license/borfast/arrispwgen-cli)\n[![Build Status](https://travis-ci.org/borfast/arrispwgen-cli.svg?branch=master)](https://travis-ci.org/borfast/arrispwgen-cli)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/borfast/arrispwgen-cli/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/borfast/arrispwgen-cli/?branch=master)\n[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B61NQ8A)\n\nDo 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!\n\n## Description\n\nThis is the _Command Line Interface_ for the [Arris password of the day generator](https://arrispwgen.borfast.com) for various Arris cable modems.\n\nIf you just want to generate passwords, your easiest option is probably the [online generator](https://arrispwgen.borfast.com). You may also be interested in the [Android app](https://play.google.com/store/apps/details?id=com.grounduphq.arrispwgen) (which is also [open source](https://github.com/borfast/arrispwgen-android)) or, if you're a developer, perhaps you're looking for the [library](https://github.com/borfast/arrispwgen-cli) instead.\n\nFor a list of supported modems, troubleshooting options and more information, please visit the [help page](https://arrispwgen.borfast.com/help).\n\n\n## How to use\n\nYou can quickly run arrispwgen with npx: `npx arrispwgen`.\n\nIf you prefer to install the package locally on your computer, you can do so with npm:\n\n`npm install -g arrispwgen-cli`\n\nIf you want the password for the current day, just call `arrispwgen` with no arguments:\n\n``` bash\n$ arrispwgen\n\n┌─────────┬──────────────────────────┬──────────────┐\n│ (index) │           date           │   password   │\n├─────────┼──────────────────────────┼──────────────┤\n│    0    │ 'Fri, December 09, 2016' │ '64Y3MV3L7G' │\n└─────────┴──────────────────────────┴──────────────┘\n```\n\nTo get the password for a given day, pass `arrispwgen` the date for which you want the password. For example:\n\n``` bash\n$ arrispwgen 2016-12-08\n\n┌─────────┬──────────────────────────┬──────────────┐\n│ (index) │           date           │   password   │\n├─────────┼──────────────────────────┼──────────────┤\n│    0    │ 'Thu, December 08, 2016' │ '1R3IG4R4RH' │\n└─────────┴──────────────────────────┴──────────────┘\n```\n\nIn case you need to use a custom seed you can pass the `--seed` argument. The format must be `--seed=SEED`. For example:\n\n``` bash\n$ arrispwgen 2016-12-08 --seed=ABCDEFGHIJ\n\n┌─────────┬──────────────────────────┬──────────────┐\n│ (index) │           date           │   password   │\n├─────────┼──────────────────────────┼──────────────┤\n│    0    │ 'Thu, December 08, 2016' │ '9KEWMO5JKE' │\n└─────────┴──────────────────────────┴──────────────┘\n```\n\nYou 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):\n\n``` bash\n$ arrispwgen 2016-12-08 2016-12-13\n\n┌─────────┬──────────────────────────┬──────────────┐\n│ (index) │           date           │   password   │\n├─────────┼──────────────────────────┼──────────────┤\n│    0    │ 'Thu, December 08, 2016' │ '1R3IG4R4RH' │\n│    1    │ 'Fri, December 09, 2016' │ '64Y3MV3L7G' │\n│    2    │ 'Sat, December 10, 2016' │ 'KMAR88TPKY' │\n│    3    │ 'Sun, December 11, 2016' │ 'ZOU3M83Z9E' │\n│    4    │ 'Mon, December 12, 2016' │ 'WIVIK4INFD' │\n│    5    │ 'Tue, December 13, 2016' │ 'G6TBPWYH6J' │\n└─────────┴──────────────────────────┴──────────────┘\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborfast%2Farrispwgen-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborfast%2Farrispwgen-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborfast%2Farrispwgen-cli/lists"}