Tuesday, 30. August 2011
Mobius Forensic Toolkit 0.5.9 - Linux
Mobius Forensic Toolkit is a forensic framework written in Python/GTK that manages cases and case items, providing an abstract interface for developing extensions. Cases and item categories are defined using XML files for easy integration with other tools.

Download
http://freshmeat.net/projects/mobiusft

Installation

As root, type:
python setup.py install

Usage

Run mobius_bin.py.

Permalink

 


x64 XOR Shellcode Encoder / Loader - Perl
Read these first:

www.klake.org/~jt/encoder/
www.security-assessment.com/Presentations/BM_Brightstar_2004.ppt

These didnt do what I wanted, aka work on x64 etc, so I did a
_much_ more basic (using as/ld/objdump) one to do what I wanted...

Source
http://pastebin.com/jL5egjZe

by
lucifer

Permalink

 


slowhttptest - Linux
Slow HTTP DoS attacks rely on the fact that the HTTP protocol, by design, requires requests to be completely received by the server before they are processed. If an HTTP request is not complete, or if the transfer rate is very low, the server keeps its resources busy waiting for the rest of the data. If the server keeps too many resources busy, this creates a denial of service. This tool is sending partial HTTP requests, trying to get denial of service from target HTTP server.

Installation and usage examples
http://code.google.com/p/slowhttptest/wiki/InstallationAndUsage

How to run and tune Apache Range DoS vulnerability test
http://code.google.com/p/slowhttptest/wiki/ApacheRangeTest

Download
http://code.google.com/p/slowhttptest/downloads/list

Permalink