Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Cloud transfer utility: for transferring files to and from the cloud.
Currently, cx only supports Microsoft Azure, though support for Amazon S3 is planned next, with other to follow. In addition to cloud storage, we intend to also provide support for plain FTP and SFTP at some point.
Currently, the only CX ui available is a browser-based interface, courtesy Express. In the future, a command-line client, as well as a JavaScript library is planned.
To use cx, simply install it by typing npm install -g cx
on the terminal (you may need to
install Node first). To use the browser-based client, first start the
cx server by simply typing cxs
on terminal (do not close this terminal window). By default,
the the cx server starts on port 3000, so all you have to do is point a web browser to
localhost:3000. If you wish to run on a port other than 3000, you
may specify the port number thusly: cxs -p 1234
. Lastly, you may provide your Microsoft Azure
storage account name and key on the command line: cxs [-p 1234] account key
.
FAQs
Advanced JavaScript UI framework for admin and dashboard applications with ready to use grid, form and chart components.
The npm package cx receives a total of 4,405 weekly downloads. As such, cx popularity was classified as popular.
We found that cx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.