Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
Microsoft

Aging Security Vulnerability Still Allows PC Takeover 282

Jackson writes "Adam Boileau, a security consultant based in New Zealand has released a tool that can unlock Windows computers in seconds without the need for a password. By connecting a Linux machine to a Firewire port on the target machine, the tool can then modify Windows' password protection code and render it ineffective. Boileau said he did not release the tool publicly in 2006 because 'Microsoft was a little cagey about exactly whether Firewire memory access was a real security issue or not and we didn't want to cause any real trouble'. But now that a couple of years have passed and the issue has not resolved, Boileau decided to release the tool on his website."

Robots to Crawl Under the City 94

Johan Louwers writes "Robots will crawl tubes in a short while to investigate power cables running in the tubes to make sure they are still undamaged or in need for a repair. The Robotic Cable Inspection System is developed by Alexander Mamishev, an assistant professor of electrical engineering at the University of Washington. Making use of infrared thermal analysis and acoustic partial discharge analysis, the robot will be checking mile after mile of cable while crawling his way in the tubes."

Comment Re:Where to start (Score 1) 425

Although only 24, i agree with the guy who is less than a year away from being a 48 y.o. s/w engineer. I strongly urge you to study the things that will give you a strong understanding of computing basics. The very nitty gritty of programming logic and structure. Computer science curriculims will give you this - IT curriculiums will give you training on whatever programs are currently out there - good for now, not so good when you're not getting classes on the next versions. If you're going to be in the computer field for a while - you need to understand that it is a field that rapidly changes and be constantly adapting to that. You need to accept the fact that wether self initiated or in classes - your constantly going to be learning new technology, languages and even the concepts themselves will bend a little through the years. No one can define a route for you but yourself depending on what you ultimately want to do and what you like most about computing. If you really want to be into the nitty gritty of computers in the long haul, looking into assembly is not a bad idea. Looking at how the code actually works gives you a better understanding of how the computers work and process what we're telling them to do. I've never become fluent in assembly - but I've poked around and read up on it to understand how it works and knowing this can help make you a more efficient coder. I would reccomend studying two core areas: programming logic, and databases. Most of the stuff out there is database driven, and it takes programming logic to get then info you want out. Then again if all you want is to be around the stuff, go into sales, and just believe the PR all the companies send out and you'll prolly sell a bunch of stuff.

Slashdot Top Deals

Real Programmers think better when playing Adventure or Rogue.

Working...