
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.
A simple UDP server library using working queue.
> gem install udpbucket
>
UDPBucket returns to a block each packet it receives to the listening UDP port formatted in a standard hash.
{ :client_sock => <socket_object>,
:client_ip => 'x.x.x.x',
:client_port => xxxxx,
:payload => '\x00\xFF\xFF' }
require 'udpbucket'
begin
cfg = { :localhost => '0.0.0.0', :localport => 1024, :debug => 0 }
udpbucket = UDPBucket::Core.new cfg
udpbucket.listen do |req|
if req[:payload] == '\x00\xFF\xFF'
req[:client_sock].send '<..some payload..>', 0, req[:client_ip], req[:client_port]
udpbucket.debug "reply sent to client: #{req[:client_ip]}:#{req[:client_port]}" if cfg[:debug] == 1
end
end
end
The configuration is loaded at the start via Asetus. If the configuration is not passed to the 'Core' class, Asetus will load the default set (localhost:'0.0.0.0',localport:'16265',debug:'0')
FAQs
Unknown package
We found that udpbucket demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.