Thursday, June 18, 2009

Slowloris HTTP denial of service


denial of service technique that can take down servers more effectively. Traditionally, performing a denial of service attack entailed sending thousands of requests to a server, these requests needlessly tie up resources until the server fails. This repetitive attack requires the requests to happen in quick succession, and is usually a distributed effort. However, [RSnake]’s new technique has a client open several HTTP sessions and keeps them open for as long as possible. Most servers are configured to handle only a set number of connections; the infinite sessions prevent legitimate requests from being handled, shutting down the site. This vulnerability is present on webservers that use threading, such as Apache.

A positive side effect of the hack is that the server does not crash, only the HTTP server is affected. His example perl implementation, slowloris, is able to take down an average website using only one computer. Once the attack stops, the website will come back online immediately.

Wednesday, June 3, 2009

Global hackdays: tangible interfaces

Trackmate :: 5 ways to get started from adam kumpf on Vimeo.



June 6th is the date of the upcoming Global Hackday. This time, focusing on cheap tangible interfaces, mainly trackmate. They want as many people to join as possible, even if you’re not comfortable with code. We’ve covered the construction of the trackmate surface before, now build one and get in there and contribute.