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.
Deploy files by copying/syncing them to a remote over SFTP or FTP.
This project is in early testing phase. Do not rely on it for production/ critical stuff.
// Letsfile.js
var letsCopy = require('lets-copy');
module.exports = function (lets) {
var stage = lets.Stage({
host: '1.2.3.4',
username: 'root',
password: '****',
remotePath: '/var/www', // Where your files shall be located
localPath: 'src', // Optional. Which folder relative to the current folder, to sync
revisionFile: '.REVISION' // Optional. Name of the file storing the last synced commit
});
stage.plugin(letsCopy());
lets.addStage('sitename', stage);
};
$ lets deploy sitename
FAQs
(S)FTP deployment (syncing) for Lets
The npm package lets-copy receives a total of 0 weekly downloads. As such, lets-copy popularity was classified as not popular.
We found that lets-copy 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.
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.