|
|
|
|
|
by edwardio
4371 days ago
|
|
Going to be "that guy": On the installation page, it says to do this: curl -s http://repository.rainloop.net/installer.php | php
wget -qO- http://repository.rainloop.net/installer.php | php
This is incredibly dangerous. Because it's http, it can be Man-In-The-Middle'd, so you're basically executing arbitrary commands on your computer. (See: php function exec()). Also, even if it's non TLS/SSL, you're putting a lot of trust in Rainloop not being hacked or malicious. |
|
It's no different to just download an installer and double click it.
Providing verification methods in alternative channels is essential if you need make sure everything is clean.