
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
TunnelVision!
Simple tool which lets you create definitions of ssh tunnels your project will need.
By issuing one command it opens all required ssh tunnels and lets you carry on with your work.
I find myself working remotely and/or changing machines more often than I could imagine.
Because at my day job I'm working only on a part of a big system I need to maintain connectivity of my development environment with other services by using SSH tunnels.
At worst I need 4 tunnels for my dev setup to be usable. sigh
So far I've been maintaining a set of different shell scripts which helped me establish SSH tunnels to different servers and such.
TunnelVision solves that problem.
gem install tunnel_vision
tunnelvision - shows simple helptunnelvision generate - generates example tunnels.yaml filetunnelvision start - opens all tunnels defined in tunnels.yamltunnelvision status - shows information about opened tunnelstunnelvision stop - closes all opened tunnels defined by tunnels.yamlruby 1.8.7 (probably works with 1.9.2)net-ssh gem (gets installed with TunnelVission)You need to set up ssh-key based authentication before using TunnelVision. While it's possible to use passwords straight from tunnels.yaml it's horribly insecure!
You should always use ssh keys anyway.
Yeah, plenty.
This gem was created in few hours, so it has few things which can explode. I will hunt them down.
TunnelVision is a product of Łukasz Korecki (lukasz@coffeesounds.com)
Licenced under MIT Licence
FAQs
Unknown package
We found that tunnel_vision 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.