COMPLEMENTO --- http://complemento.sourceforge.net/

Acri Emanuele <crossbower@gmail.com>

Complemento is a collection of tools that I originally grokked up for my
personal toolchain for solving some problems or just for fun.
Now I have decided to release it to the public (for LetDown I had some doubts...).

*   LetDown is a tcp flooder that I have programmed after reading Fyodor article
    "TCP Resource Exhaustion and Botched Disclosure"
    (you can read it at http://insecure.org/stf/tcp-dos-attack-explained.html).
    It has an (experimental) userland TCP/IP stack, and supports multistage
    payloads for complex protocols, fragmentation of packets and variable tcp
    window.
*   ReverseRaider is a domain scanner that uses brute force wordlist scanning
    for finding a target subdomains or reverse resolution for a range of ip
    (thanks to Jeremy Brown and his tool DomainScanner for the idea.
    His blog is: http://jbrownsec.blogspot.com/).
    It supports permutation on wordlist, IPv6 and some DNS options.
*   Httsquash is an http server scanner, banner grabber and data retriever
    (there's a GUI interface for it). It can be used for scanning large ranges
    of ip for finding devices or http servers.
    It supports IPv6 and personalized http requests. Experimental fingerprint
    support, based on httprecon signatures
    (http://www.computec.ch/projekte/httprecon/).

Required libraries:

LetDown:
libpcap (http://www.tcpdump.org/).
python-dev (http://www.python.org/).

ReverseRaider:
c-ares (http://c-ares.haxx.se/).

HttSquash:
posix threads (pthread).
libcurl (http://curl.haxx.se/libcurl/).

Compiling:
Just type 'make'.

Usage:
For MORE INFORMATIONS about a tool see the 'README' file in tool directory
There is also an HOWTO in the 'howto' directory. 

Note: anyone who wants to participate in the project feel free to contact me. Especially for the review of documentation, which requires a better English than mine...

---

Thanks to Jeremy Brown and his tool DomainRaider for the idea.
    http://jbrownsec.blogspot.com/

