Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
This CLI tool inspects and can manipulate supported files, leveraging the base
cfb
library.
It is preferable to install the library globally with npm:
$ npm install -g cfb-cli
The global installation adds a command cfb-cli
which can work with files.
cfb file [names...]
extracts the contents of the file. If additional names
are supplied, only the listed files will be extracted.
cfb -l file
lists the contained files (following unzip -l
"short format")
cfb -r file
attempts to repair by reading and re-writing the file.
This fixes some issues with files generated by non-standard tools.
cfb -c file [files...]
creates a new file containing the listed files.
The default root entry name is Root Entry
.
cfb -a file [files...]
adds the listed files to the original file.
cfb -d file [files...]
deletes the listed files from the original file.
Please consult the attached LICENSE file for details. All rights not explicitly granted by the Apache 2.0 license are reserved by the Original Author.
Special thanks to Garrett Luu for spinning off the command from the CFB module.
FAQs
Command-line interface for cfb
The npm package cfb-cli receives a total of 0 weekly downloads. As such, cfb-cli popularity was classified as not popular.
We found that cfb-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.