
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
github.com/status-im/statusd-bots
This is an alternative project to status-im/status-go-bots. The goal is to explore another possibility of creating bots that are self-contained Whisper nodes and do not require a Whisper node running aside.
Project dependencies are managed with dep
. Please install it first.
In order to install all dependencies, execute:
$ make dependencies
This project uses github.com/ethereum/go-ethereum
as a dependency but its source is changed to Status' fork status-im/go-ethereum which include patches required by another dependency github.com/status-im/status-go
.
Cross-compilation is not provided, unforunately. Although, go-ethereum provides non-CGO support, it's not recommended.
It follows Status (Whisper) public chats and provide logs and Prometheus metrics. Public chats can be read and write by any node and the mechanism to encrypt and find such messages is known.
$ ./bin/pubchats -h
Usage of ./bin/pubchats:
-a, --addr string listener IP address (default "127.0.0.1:30303")
-c, --channel strings public channels to track
-d, --datadir string directory for data
-f, --fleet string cluster fleet (default "eth.beta")
-m, --metrics-addr string metrics server listening address (default ":8080")
-v, --verbosity string verbosity level of status-go, options: crit, error, warning, info, debug (default "INFO")
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.