virus bulletin' den gelen bir tweet "Do you regularly copy/paste code from..."

Başlatan mustafacetin, 08 Nisan 2013 - 13:45:49

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

mustafacetin

"İnternettte her gördüğünüz kodu terminale yapıştırıp çalıştırıyor musunuz" başlıklı bir konu
Örnek  verdiği kodu ben denemedim ama anlayanların yorumunu merak ediyorum.
Teşekkürler.

Tweet şöyle:

Alıntı YapDo you regularly copy-and-paste code from websites to your terminal? Harmless, right?
You surely know this: You're looking at some website with some useful shell commands. However, those commands are long as hell and you know you're probably not gonna need them for a few years or so (so there's no need to memorize them). So, what do you do? You copy-paste them. Here's an example:

git clone /dev/null; clear; echo -n "Hello ";whoami|tr -d '\n';echo -e '!\nThat was a bad idea. Don'"'"'t copy code from websites you don'"'"'t trust!
Here'"'"'s the first line of your /etc/passwd: ';head -n1 /etc/passwd
git clone git://git.kernel.org/pub/scm/utils/kup/kup.git

Try running this command in your terminal. It's supposed to be harmless, right? It is harmless, yes, but what happens still isn't what you'd expect and demonstrates the dangers in doing stuff like that. Mark it with your mouse, copy it somehow (e.g. using CTRL+C) and paste it into a terminal. What happens?

heartsmagic

Örnek verdiği kod zararlı bir kod değil, orada da söylemiş zaten. Bazı bilgileri basıyor, sonuncusu ise bir git deposundaki uygulamanın kodlarını indiriyor. Söylemek istediği ne olduğundan emin olmadığınız şeyleri kopyala/yapıştır şeklinde uygulamayın.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.