From charlesreid1

(Created page with "=Overview= This page covers some techniques for abusing the Apache server on the Metasploitable machine using Python. =Slow Death= https://github.com/evert/slowdeath Slow...")
 
Line 14: Line 14:


https://github.com/tkisason/KillApachePy
https://github.com/tkisason/KillApachePy
=SSL2 Drown Attack=


=Flags=
=Flags=


{{MSFlag}}
{{MSFlag}}

Revision as of 19:25, 27 March 2016

Overview

This page covers some techniques for abusing the Apache server on the Metasploitable machine using Python.

Slow Death

https://github.com/evert/slowdeath

Slow death is a python script that opens a (large) fixed number of connections to send a payload of a specified size, then proceeds to send the payload very, very, very slowly.

This is the computer networking equivalent of when you go to the bank, and just before you get to the teller window, a little old lady with a giant sack of pennies says "I'd like to deposit $573 in pennies. 1, 2, 3, 4, 5..." Except, an army of old ladies showing up in front of every teller window.

Kill Apache Py

https://github.com/tkisason/KillApachePy

SSL2 Drown Attack

Flags