|
|
|
|
|
by greatgib
116 days ago
|
|
It blows my mind that nowadays, some random tools on internet tells you to do "curl -fsSL https://.... | bash" to install some "binary" things and a lot of people will do it without hesitation. It probably explains why there is so many data leaks recently but it is like we did a 20 years jump back in time in terms of security in just a few years. |
|
It does not install binaries, it builds the binary by checking out the project basically. You can also do the process manually and use the tool.