Hacker Newsnew | past | comments | ask | show | jobs | submit | Gepser's commentslogin

¿But how did they enter? ¿Force attack?


Yes, I didn't put it in the article because it was getting too long otherwise, but the attacker immediately tried brute-forcing the root account, and after a handful of common passwords ("qwerty", "qwerty123", "pizza" among those) he found "password".

I was able to find all the attempts by looking at the I/O activity of the sshd process, and also the syslog activity recorded every attempt.


Doesn't your system refuse root login by ssh by default ? If I remember correctly, on ubuntu server, sshd is configured by default to not allow root login from remote addresses.


On some providers yes, in fact I explicitly enabled root SSH login for those.

Other providers (such as Digital Ocean) use the root account by default even for Ubuntu, although the password is set to a really secure and random one.


I log in with my facebook account at many places but I don't check my facebook everyday.


that was very quick


It's funy that "true==[[]]" is false but "false==[[]]" is true. Maybe someone could explain why "[[]]" is considered false?


If you write ([[]] == false) you compare values of this object. Internally a [[]].toString() is called which gives an empty string (cause the first element is also an empty array) which in turn is considered false in javascript.

Otherwise [[],[]] is true cause cause [[],[]].toString() gives you this string: ",".


Even better, [1] == 1 but [1] != [1]


If "false == X" is true, shouldn't we expect that "true == X" is false?


->Under what license?

If you create Derivative Works, you grant to Microsoft a non-exclusive, perpetual, irrevocable, royalty-free, assignable, sublicenseable license to reproduce, distribute, publicly display, modify, use, make, have made, import, and sell such Derivative Works.


What if I have many passions and I can't decide?

I like programming but I really love breakdance, videogames, traveling, cooking and others.

Right now I'm working as a software engineering because in my country is a little hard to live working on the others things I like.

That does it mean I'm wasting my life?


yeah it looks like a rectangular screen


836


7088


2048


There are asians who solve the cube in less than 30 moves every time. ¿Are asians closest to be God?



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: