Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/juniorsaldanha/mullvad-vpn-latency-test
This script tests the latency of Mullvad VPN servers. It uses the ping
command to measure the latency of each server. The script will output the latency of each server in milliseconds. The script runs on the backend because it uses the ping
command as the server doesn't provide http or other protocol that may be used to request something and calculate the latency. And i don't know how to ping a server from the frontend.
Done in +/- 15 minutes.
git clone git@github.com:juniorsaldanha/mullvad-vpn-latency-test.git
or for https
git clone https://github.com/juniorsaldanha/mullvad-vpn-latency-test.git
make stop-run
command.make run
or if you don't have make
installed or you don't want to have it running on your background:
go run cmd/api/main.go
http://localhost:8080/
make stop-run
or press Ctrl + C
in the terminal where the server is running if you have used the go run ...
command.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Unknown package
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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.