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/ophum/ictsc2019-n0stack
testing... VLANネットワークを作成した場合、そのネットワークのブリッジにホスト側のVLANインターフェースを接続する。 そのため、n0stack上のブリッジ内ではVLANタグはつかずホストから外に出るときにVLANタグが付与される。 デフォルトゲートウェイにはCIDRのうち最大のホストアドレスが利用される。
--vlan-external-interface
には、外部インターフェースを指定する。
外部インターフェースはL2スイッチにつながっており、Trunkとなる。
# go get -u github.com/ophum/ictsc2019-n0stack
# cd ~/go/bin/
# ./ictsc2019-n0stack install agent --arguments "--location=////1 --node-api-endpoint=localhost:20180 --vlan-external-interface=eth0"
# n0core serve api &
# systemctl start n0core-agent
n0cli
をダウンロードする。(https://github.com/n0stack/n0stack/releases)
# tar xvf n0cli_linux_amd64.tar.gz
# mv n0cli /usr/local/bin
# n0cli get node
go/src/github.com/ophum/ictsc2019-n0stack/
にソースコードが配置されている。
# cd go/src/github.com/ophum/ictsc2019-n0stack/
# go build
# ls ictsc2019-n0stack
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.