Complemento

Collection of tools.

:[ Menu ]:

Main

Downloads

LetDown

ReverseRaider

HttSquash

HttSquash GUI

: [ Description ] :

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 floder 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).
  • Reverse raider 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 (http://jbrownsec.blogspot.com/).
  • Httsquash is an http server scanner, banner grabber and data retriever (i'm programming a GUI interface for it). It can be used for scanning large ranges of ip for finding devices or http servers.

LetDown

Usage:

Usage:
  letdown -d destination ip -p port [options]
Options:
  -d    destination ip address, target
  -p    destination port
  -s    source ip address
  -x    first source port (default 1025)
  -y    last source port (default 65535)
  -i    network interface
  -t    sleep time in microseconds (default 0)
  -a    max time in second for waiting responses
  -f    automagically set firewall rules for blocking
        rst packet generated by the kernel
        examples: -f iptables, -f blackhole (for freebsd)
  -P    payload file (see payloads directory...)

ReverseRaider

Usage:

Usage:
  reverseraider -d domain | -r range [options]
Options:
  -d    domain, for wordlist scanning (example google.com)
  -r    range, for reverse scanning (example 208.67.1.1-254)
  -w    wordlist file (see wordlists directory...)
  -t    max request time, in seconds
  -P    enable numeric permutation on wordlist (default off)

HttSquash

Usage:

Usage:
  httsquash -r range [options]
Options:
  -r    ip-range or single ip (example 192.168.1.1-254 or 192.168.1.1)
  -p    port (default 80)
  -t    time in seconds (default 3)
  -P    personalized http request. Payload file
  -v    full answer (include html data)
  -j    cookie jar separator ("%%")

Httsquash GUI

Screenshots: 

Screenshot 1

Screenshot 2


SourceForge.net Logo


Design provided by Free Web Templates - your source for free website templates