Skip to content

Instantly share code, notes, and snippets.

View mjdigital's full-sized avatar

Mark Jackson mjdigital

View GitHub Profile
@Macuyiko
Macuyiko / slowloris.php
Created January 9, 2011 17:15
PHP based slowloris attack with slow headers or post variants. Adapted from script here: <http://seclists.org/fulldisclosure/2009/Jun/207>
#! /usr/bin/env php
<?php
/* PHP Slowloris
* Adapted from the script found here: http://seclists.org/fulldisclosure/2009/Jun/207
* Contains get based attack (slow headers) and post based attack (long content length)
*
* Author: Seppe vanden Broucke
*/
function usage($argv){