
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
simple nodejs tool to run redis scans and execute command on matches
USE WITH EXTREME CARE!
npm install -g nrsc
nrsc -v false -silent false -h localhost -p 6379 -m "nrsc*" -c "get"
nrsc -m "session*" -c "del"
-m MATCH, defaults to "nothing". this is NOT OPTIONAL. Provides a redis pattern to run the scan with.
-c COMMAND, defaults to "get". this is usually a GET or a DEL. the command will ALWAYS be executed with only the KEY of each match as a parameter.
-v VERBOSE, defaults to "false". if set to true, the fully info for each matched key will be displayed.
-s SILENT, defaults to "false". if set to true, the result of the executed command for each match will NOT be printed out anymore
-h HOST, defaults to "localhost". the redis host you wish to connect to.
-p PORT, defaults to "6379". the redis port you wish to connect to.
FAQs
a node js tool to scan redis keys via pattern and execute a command on them
We found that nrsc demonstrated a not healthy version release cadence and project activity because the last version was released 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.