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.
@nexrender/provider-sftp
Advanced tools
Allows nexrender to interact with an external SFTP server to upload results of rendering.
Allows nexrender to interact with an external SFTP server to upload results of rendering.
Refer to theophilusx/ssh2-sftp-client for information regarding general abilities and usage.
npm i @nexrender/provider-sftp -g
Upload via SFTP can be done using @nexrender/action-upload
Basic params info:
host
- string - The hostname or IP address of the FTP server. Default: 'localhost'port
- integer - The port of the FTP server. Default: 21user
- string - Username for authentication. Default: 'anonymous'password
- string - Password for authentication. Default: 'anonymous@'output
- string - Optional argument to notify how you want to save your file on a remote machine asExample:
{
"actions": {
"postrender": [
{
"module": "@nexrender/action-upload",
"input": "result.mp4",
"provider": "sftp",
"params": {
"host": "sftp.example.com",
"port": 22,
"user": "root",
"password": "pass123123",
"output": "/var/mystuff/output.mp4"
}
}
]
}
}
FAQs
Allows nexrender to interact with an external SFTP server to upload results of rendering.
The npm package @nexrender/provider-sftp receives a total of 408 weekly downloads. As such, @nexrender/provider-sftp popularity was classified as not popular.
We found that @nexrender/provider-sftp 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.
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.