Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Security

PBS Web Sites and Databases Hacked 387

wiredmikey writes "Late Sunday night, hackers gained access to several areas of PBS Web servers and were able publish a fake news story on a PBS news blog. The group also published PBS internal user login information that they were able to siphon out of PBS databases. The fake story was about rapper Tupac Shakur, who died in 1996 after being shot in Las Vegas, being been found alive and well in a small resort in New Zealand. A group going by the name of 'LulzSec' claimed responsibility for the hack, saying the attack was a protest against a PBS Frontline broadcast last week about WikiLeaks."

Comment Re:The will to be free (Score 4, Insightful) 648

It has very little to do with the distro; the problem is largely with hardware support and software availability. Even Ubuntu, arguably the most user-friendly distro has problems with sound playback on modern, commonly available sound hardware. Maybe I don't mind running 'sudo killall pulseaudio' every now and then when there's no sound playback - try explaining that to the common user. Then there's the software, of course. I love the open desktop, but Linux is nowhere near the point where it can compete with Windows on that front - even if it has gone quite a ways since its humble beginnings.

Comment Re:Java (Score 3, Interesting) 229

Java paved the way for C#. I prefer C# as well, but you must remember that one of the reasons the language is so good is because it was able to build on top of what Java already had done, and in many cases, learn from its mistakes. I'm hoping that Gosling's new job will yield us a new language, especially in light of Oracle's recent assholery with Android.

Comment Re:Another report (Score 1) 288

As AC below pointed out, bad code can be written in any language. I worked for a University of California campus, when UCLA got hacked a couple of years ago, due to a SQL injection attack. Their choice of platform? C#/MSSQL. Programmers on our own team (C#, MSSQL) wrote SQL injection-friendly code - I can't remember how many times I've caught unsanitized input being put into a SQL query without proper sanitization or "SqlParameter-ization" - people who wrote enterprise-level apps for years prior, and who should know better. PHP has mysql_real_escape_string, which sanitizes input. I've written my own Ruby-on-Rails-ish helper functions to sanitize input in a less hackish fashion in PHP. There's always a way. This type of shit will continue to happen until people realize that security in today's web development is as important (if not more so) than programming skill, and stop hiring dipshits without proper screening.

Slashdot Top Deals

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...