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.
freebox-jasmin
Advanced tools
Lance un serveur UPNP pour faire apparaitre >>>> JASMIN <<<< dans la liste des serveurs UPNP de la freebox HD.
Pour installer freebox-jasmin en global :
npm install --global --production freebox-jasmin
Pour une installation locale dans un dossier :
npm install --production freebox-jasmin
En mode global, une fois tout installé, vous pouvez lancer :
freebox-jasmin
En mode dossier, dans le dossier de freebox-jasmin :
node index.js
Pour mettre à jour freebox-jasmin
Mode global:
npm update -g freebox-jasmin
Mode dossier (dans le dossier de freebox-jasmin)
npm --depth 2 update
Je vous conseille d'utiliser pm2 afin de lancer freebox-jasmin à chaque démarrage du serveur ( https://github.com/Unitech/pm2 )
pm2 start index.js --name "freebox-jasmin" --watch
Afin d'économiser de la mémoire, il est possible de configurer la VM de nodejs :
pm2 start index.js --name "freebox-jasmin" --watch --node-args="--optimize_for_size --max_old_space_size=460 --gc_interval=100 --always_compact --max_executable_size=64 --gc_global"
FAQs
Run jasmin on freebox
The npm package freebox-jasmin receives a total of 3 weekly downloads. As such, freebox-jasmin popularity was classified as not popular.
We found that freebox-jasmin 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.