An open API service indexing awesome lists of open source software.

https://github.com/msantos/drench

Makes things go ... down
https://github.com/msantos/drench

Last synced: about 1 month ago
JSON representation

Makes things go ... down

Awesome Lists containing this project

README

        

drench sends out SYN packets to wherever you so desire, then ACK's the
SYN ACK's and keeps on keeping on ACK'ing all night long, baby.

The result is the poor destination service is overwhelmed with connections
and crashes, if per address limitations are not in play. And if such
limitations have wisely been enforced but the service happens to run on
the local network, drench is happy to spoof a whole bunch of addresses
to get around it.

DEPENDENCIES

libnet, pcap

HOW TO BUILD

cd drench
make

HOW TO RUN

[drench v0.3: Connection flood utility]
Usage: drench [-h|-i |-d

|-p |-P |-r |-s
|-c |-C|-S |-x ]
-h usage

-d

destination address
-p port to connection flood

-c packet count
-i interface
-r number of ARP'ed fake IP addresses
-s

source address

-A Respond to received ACK's
-C Disable check of ISN cookie
-P payload of packet
-R Repeat packet burst
-S microseconds to sleep between sending packets
-x number of packets to send in a group (defaults to value of -r)

[Bug reports to [email protected]]