From charlesreid1

No edit summary
Line 3: Line 3:
This page covers some techniques for abusing the Apache server on the Metasploitable machine using Python.
This page covers some techniques for abusing the Apache server on the Metasploitable machine using Python.


=Slow Death=
==Slow Death==


https://github.com/evert/slowdeath
https://github.com/evert/slowdeath
Line 11: Line 11:
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.
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=
==Kill Apache Py==


https://github.com/tkisason/KillApachePy
https://github.com/tkisason/KillApachePy


=SSL2 Drown Attack=
==SSL2 Drown Attack==


=Flags=
=Flags=


{{MSFlag}}
{{MSFlag}}

Revision as of 19:26, 27 March 2016

Python Attacks

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