
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
一款可以使用随机代理地址访问目标服务的turbo-tunnel插件
$ pip3 install random-tunnel
$ turbo-tunnel -l http+random://127.0.0.1:9999/?provider=${provider_url} -p random_tunnel
这样会在本地创建一个HTTPS
代理服务器,客户端通过该代理服务器访问目标服务时,会随机使用${provider_url}
指定的代理服务器列表中的某一个代理。
provider
类型该url必须按照以下格式返回application/json
类型的包体:
{
"results": [{
"ip": "1.2.3.4",
"port": 8080,
"type": "https"
}, {
"ip": "2.2.2.2",
"port": 8888,
"type": "https"
}]
}
同时,该url需要支持limit
查询参数用于指定查询的条数。
本地文件方式,如:file:///data/proxies.txt
。该文件需要将代理服务器以每行一个的形式存放,格式为:http://1.2.3.4:8080
。
FAQs
Create random tunnel on each new connection.
We found that random-tunnel demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.