logoalt Hacker News

voidUpdatetoday at 7:11 AM1 replyview on HN

sudo dkpg -i FileYouDownloadedFromAnywhere.deb


Replies

mDyJzDPmBdGtoday at 9:32 AM

Let's be real, in most cases it is:

    curl -s script.random-guy.net | sh
It is such glaring security hole that there was an old submission about filling such install script with `sleep` commands and detecting it on server side, to send different versions for downloading (and reviewing) and for actual direct execution.
show 3 replies