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.
mysignal-api
Advanced tools
npm install --global mysignal-api
.env
file:
# server port
PORT=80
# basic auth params
AUTH_USER=user
AUTH_PASS=pass
# firebase service account path
FIREBASE_SERVICE_ACCOUNT_JSON="config/firebase-service-account.json"
# huawei config path
HUAWEI_CONFIG_JSON="config/huawei-config.json"
# 1. clone repo
git clone https://github.com/mutagen-d/mysignal-api
# 2. go to repo directory
cd mysignal-api
# 3. create `.env` file
cp .env.example .env
# 4. create config/ dir
mkdir config
# 5. create config files, see https://github.com/mutagen-d/mysignal for details
echo "{}" > config/firebase-service-account.json
echo "{}" > config/huawei-config.json
# 6. install dependencies
npm install
# 7. run
node src/main
# follow up to 5th step of direct running
# 6. build image
docker build -t mysignal-api .
# 7. run container
docker run -d -p 8011:80 mysignal-api
# follow up to 5th step of direct running
# 6. run
docker-compose up -d
open docs localhost:8011/docs. In authentication dialog enter user
as user and pass
as password
FAQs
Firebase and Huawei Cloud Messaging API proxy
We found that mysignal-api 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.