
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@borfast/arrispwgen
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 even though it 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 library that implements the Arris password of the day generator for various Arris cable modems.
Unless you want to help with the code or use it in your own project, you are probably just interested in the online generator. You may also want to check the CLI or the Android app (which is also open source).
For a list of supported modems, troubleshooting options and more information, please visit the help page.
Install with npm install @borfast/arrispwgen.
The API consists of only two functions: generate(), to generate a single password for a given date, and generate_multi(), to generate multiple passwords for a range of dates.
generate() has one required parameter and one optional parameter:
date (required): a Date object representing the date for which a password should be generated;seed (optional): a string to be used as the seed for the password generator.It returns a string which is the password for the given date.
generate_multi() has two required parameters and one optional parameter:
startdate (required): a Date object representing the first date for which a password should be generated;enddate (required): a Date object representing the last date for which a password should be generated;seed (optional): a string to be used as the seed for the password generator.It returns an array of objects with two fields: date, a Date object, and password, the password for the corresponding date.
FAQs
Arris Password of the Day Generator reusable library
The npm package @borfast/arrispwgen receives a total of 96 weekly downloads. As such, @borfast/arrispwgen popularity was classified as not popular.
We found that @borfast/arrispwgen 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.
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
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.