Jump to content

Recommended Posts

Posted

BBC News - LinkedIn passwords 'leaked by hackers'

 

Social networking website LinkedIn is investigating claims that over six million of its users' passwords have been leaked onto the internet.

 

Hackers posted a file containing encrypted passwords onto a Russian web forum.

 

They have invited the hacking community to help with decryption.

 

You might want to reset your LinkedIn password if you use this social network. :)

Posted
Link removed

I was going to post that link too, but thought better of it since typing passwords into websites run by unknown third-parties is generally considered bad practice (even if in this case the hash is generated directly on your computer). :)

 

On Mac OS X or Linux, you can actually run the command below to find the SHA-1 hash of your password.

 

echo -n '[color="#FF0000"]Pa$$w0rd123[/color]' | openssl sha1

Posted
I was going to post that link too, but thought better of it since typing passwords into websites run by unknown third-parties is generally considered bad practice...

 

Agreed. I was just suggesting it as a candidate to check if your old password had been hacked in this attack.

Posted
I was going to post that link too, but thought better of it since typing passwords into websites run by unknown third-parties is generally considered bad practice (even if in this case the hash is generated directly on your computer). :)

 

On Mac OS X or Linux, you can actually run the command below to find the SHA-1 hash of your password.

 

echo -n '[color="#FF0000"]Pa$$w0rd123[/color]' | openssl sha1

 

tail ~/.bash_history

 

not a great idea even if you don't plan to reuse the password :)

Tip: put a space before the command to prevent it being saved is the history file.

Posted
speaking of site hacks.. did we ever get a post about what happened to a certain IT Pro Life Line site?

 

It was disussed in the ask the admins bit of the conf. Basicly there was a zeroday hole in the forum software that EG patched within hours but not before it was cracked by some Australian scriptkiddy who probably got the same email. He hung aroud for a bit before messing with the system. The possibility of a full breach was limited given the level of the exploitation and the limits on data transfer imposed by PHP timeouts on the server at the time meaning that it was unlikely they were able to dump the user table or anything like that.

Posted

Also, edugeek's passwords are salted MD5 - so harder to crack large numbers of them than say linkedin's unsalted sha1.

 

According to @zero_hour the attacker had limited access (no root) and while it was possible to see the hashed passwords, no evidence of a mass download was there.

Posted

From the article

 

"Skycure Security said the the mobile app was sending unencrypted calendar entries to LinkedIn servers without users' knowledge.

 

The information included meeting notes, which often contain information such as dialling numbers and passcodes for conference calls."

 

Rather irresponsible of Linkin to be sending any kind of private data unencrypted...

Posted

run:

 

unset HISTFILE

 

before you run any 'sensitive' commands. This will disable the command history being recorded to file for the session.

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...