
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.
Canals eases the process of creating and managing SSH tunnels. Behind the scenes, Canals creates SSH tunnels using the standard OpenSSH library, but it helps with making the process more forward and by remembering those tunnels between usages.
gem install canals
canal setup wizard
SSH tunnels tend to die after some time. it's sad but true.
but we can do something to try and keep them alive as long as possible.
Edit your ~/.ssh/config
file (and if it doesn't exist, create it)
and add the following 2 lines:
Host *
ServerAliveInterval 60
so in the end:
$ cat ~/.ssh/config
Host *
ServerAliveInterval 60
$ chmod 600 ~/.ssh/config
$ chown uesr:group ~/.ssh/config
(where user:group is your user:group on your system)
FAQs
Unknown package
We found that canals 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.