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
- Host: GitHub
- URL: https://github.com/msantos/drench
- Owner: msantos
- Created: 2009-12-29T16:42:50.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-05T15:36:25.000Z (over 15 years ago)
- Last Synced: 2025-04-28T18:06:09.341Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 82 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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
makeHOW TO RUN
[drench v0.3: Connection flood utility]
|-p |-P |-r |-s |-c |-C|-S |-x ]
Usage: drench [-h|-i |-d
-h usage-d
destination address
-p port to connection flood-c packet count
source address
-i interface
-r number of ARP'ed fake IP addresses
-s-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]]