What's New?

2010-04-07 by Motoma

PyLoris 3.0 is a complete rewrite of the PyLoris code base. Everything was rethought, restructured, and rebuilt from the ground up. Along the way, I developed a feature set that I felt it needed, while retrospectively analyzing how PyLoris' users were trying to use it. In the end PyLoris 3.0 was given a GUI, a Scripting interface, and a threaded API.

Read more »

Windows Live Mail

2009-12-15 by Motoma, tagged as calendars, complaints, email, interoperability, sync, windows live mail

Windows Live Mail...I want to like you, but you just don't work the way I want.

Where is my ability to connect to IMAP servers with TLS (Note: not SSL)? Where is my ability to sync with Google Calendars?

Your interface is so juicy, but you lack the functionality I need to be productive.

Special Thanks

2009-06-19 by Motoma

Read more »

Frequently Asked Questions

2009-06-19 by Motoma

Read more »

Using PyLoris

2009-06-19 by Motoma

Using PyLoris is simple. In its most basic form, PyLoris merely needs a copy of Python 2.6 or 3.x.

Read more »

What Is PyLoris and Why Should I Care?

2009-06-19 by Motoma

PyLoris is a tool that can be used to test web servers for a vulnerability to a specific class of Denial of Service attack. This class of attack is described by RSnake--along with the original proof of concept--at http://ha.ckers.org/slowloris.

Read more »

PyLoris

PyLoris is a scriptable tool for testing a service's level of vulnerability to a particular class of Denial of Service (DoS) attack. Any service that places restrictions on the total number of simultaneous TCP connections has the potential for vulnerability to PyLoris. Additionally, services that handle connections in independent threads, services that poorly manage concurrent connections, and services that have high memory footprint per connection are prone to this form of vulnerability.

Read more »

PyLoris: A Python implementation of Slowloris

2009-06-19 by Motoma, tagged as denial of service, dos, hacking, linux, mac os x, networking, programming, python, windows

I came across a wonderful idea on Hack a Day recently: a Denial of Service attack that overwhelms only the service under attack. After reading through RSnake's two writeups, I decided to take a swing at the code. Thus PyLoris was born.

Read more »