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.
rumblinthebronx-system-getifaddrs
Advanced tools
This lib is a wrapper for get_ifaddrs C routine.
The original routine returns a linked list that contains avaliable inet interfaces. This lib walks on list and return an hash that contains the interface names and sub-hashes with respectives ip addresses and netmasks.
Supose that /sbin/ifconfig returns:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:86688 errors:0 dropped:0 overruns:0 frame:0
TX packets:86688 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:10903658 (10.3 MiB) TX bytes:10903658 (10.3 MiB)
Consider test.rb below:
# test.rb
require "pp"
require "system/getifaddrs"
pp System.get_ifaddrs
When test.rb is executed:
$ ruby test.rb
Should return:
{:lo=>
{:inet_addr_v4=>"127.0.0.1",
:netmask_v4=>"255.0.0.0",
:inet_addr_v6=>"::1",
:netmask_v6=>"ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"}}
Copyright (c) 2011 rumblinthebronx. See LICENSE for details.
FAQs
Unknown package
We found that rumblinthebronx-system-getifaddrs 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.
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.