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/ascenmmo/udp-server
Для русскоязычных пользователей документацию можно найти здесь.
This project is a high-load UDP service designed for connecting game clients. It is developed for free deployment on servers, making it an ideal solution for game developers.
docker compose up -d --force-recreate --build && docker image prune -f
The project uses the env/env.go package to define the main configuration parameters. It is important that all services interacting with this UDP server use the same token to ensure a secure connection and authentication.
package env
var (
ServerAddress = "127.0.0.1" // Server address
TCPPort = "8081" // Port for TCP connections
UDPPort = "4500" // Port for UDP connections
TokenKey = "_remember_token_must_be_32_bytes" // Unique token for authentication
MaxRequestPerSecond = 200 // Maximum number of requests per second
)
Make sure that all your services are configured to use this token to ensure the correct operation and security of the system.
If you encounter issues when starting the service, check the following:
UDP
, игровой сервер
, высоконагруженный
, бесплатное развертывание
, Docker
, кроссплатформенный
, игровая разработка
, сеть
, многопользовательская игра
, сервис для игр
, настройка сервера
, аутентификация
, токены
, Golang
, open-source
UDP
, game server
, high-performance
, free deployment
, Docker
, cross-platform
, game development
, network
, multiplayer game
, game service
, server setup
, authentication
, tokens
, Golang
, open-source
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.