Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/kennylevinsen/tunnel
Local transport proxy. Runs a local server, and proxies it with transport handling to the provided destination. An example usage would be to connect to a serve2 endpoint to have a stealthy TLS bridge, running a VPN or SSH over it.
Usage:
tunnel [options] [local transport:host:port] [remote transport:host:port]
Example:
tunnel plain::9999 tls:example.com:443
ssh -p 9999 localhost
... or:
ssh -oProxyCommand="tunnel - tls:%h:%p" -p443 example.com
Installation
go get github.com/kennylevinsen/tunnel
For more information on serve2 and serve2d, see http://github.com/kennylevinsen/serve2d and http://github.com/kennylevinsen/serve2
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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.