
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@mogul-development/mogulcord
Advanced tools
a non shit discord client for the spec protocol based on eris
a non shit discord client using the spec protocol
because eris is fucking shit
gateway.toml
and follow the instructions in the gateway readmegateway -loglevel debug
(loglevel is optional here)example gateway.toml
:
token = "yes" # Discord token
events = ["MESSAGE_CREATE", "GUILD_CREATE", "GUILD_DELETE", "USER_UPDATE", "MESSAGE_REACTION_ADD"] # array of gateway event names to publish
# everything below is optional
intents = ["GUILDS", "GUILD_MESSAGES", "GUILD_MESSAGE_REACTIONS"] # array of gateway intents to send when identifying
# https://gist.github.com/msciotti/223272a6f976ce4fda22d271c23d72d9
[shards]
count = 1 # one shard
ids = [0]
[broker]
type = "amqp" # only supported type; any other value sends/receives from STDIN/STDOUT
group = "gateway"
message_timeout = "2m" # this is the default value: https://golang.org/pkg/time/#ParseDuration
[prometheus]
address = ":8080"
endpoint = "/metrics"
[shard_store]
type = "redis" # only supported type
prefix = "gateway" # string to prefix shard-store keys
[presence]
# https://discord.com/developers/docs/topics/gateway#update-status
[amqp]
url = "amqp://tm:Password@localhost/"
[redis]
url = "localhost:6379"
pool_size = 5 # size of Redis connection pool
FAQs
a non shit discord client for the spec protocol based on eris
We found that @mogul-development/mogulcord demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.