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/djhons/ssSocks5
魔改shadowsocks,实现socks5内网穿透。
程序默认在9991端口监听客户端的请求,也可以使用使用-saddr :9991更换端口。
收到客户端请求后会随机在开启一个端口作为socks5端口。
例如:
可使用53126端口作为socks5进入内网。
运行在内网服务器上,使用-s参数指定带服务器地址。
例如:
可使用-r参数指定服务器断开连接后尝试的次数,使用-t指定每次尝试的间隔(单位分钟)。默认每10分钟尝试一次,10次后退出程序。
Usage of ssSocksServer.exe:
-saddr string
client connect port (default ":9991")
Usage of ssSocksClient.exe:
-r int
Retry count, default 10 (default 10)
-s string
connect server addr
-t int
Time of each retry, 10 minutes by default (default 10)
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.