
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
ssb-invite
Advanced tools
a simple command to create invites without sshing into a pub.
first, ssh into your pub, and set your self as the pub's master
.
(this is similar to adding your key to .ssh/authorized_hosts
)
# copy your local pubkey.
sbot whoami
# ssh into your pub...
ssh yourpub.com
# edit config
nano ~/.ssh/config
# add the pub key from your local machine.
"master": "{your pubkey}"
# restart your pub (however you do it...)
now, you can use ssb-invite locally.
It's easiest to set your pub in your local config.
# note, you can also use the start of a `--modern` type invite.
"remotePub": "net:{yourpub.com}:8008~shs:{your_pub's_pubkey}"
npm install -g ssb-invite
# new style
ssb-invite --modern
<newstyle invite code>
# old style
ssb-invite 1
<oldstyle invite code>
if we fixed these things, we could have a pub interface in patchbay.
MIT
FAQs
Invite-token system, mainly used for pubs. Creates invite codes as one of ways of onboarding.
The npm package ssb-invite receives a total of 144 weekly downloads. As such, ssb-invite popularity was classified as not popular.
We found that ssb-invite demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.