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

https://github.com/sha0coder/bwcontrol

Bandwith and speed control on DoS pentests,
https://github.com/sha0coder/bwcontrol

Last synced: 7 months ago
JSON representation

Bandwith and speed control on DoS pentests,

Awesome Lists containing this project

README

          

== description ==

Control speed and timeout on the tools that doesn't implement this capabilities.
This works hooking any network tool to provide speed and time limits.

Very useful for denial of service tests, where you have to control the maximun
speed, or implement auto-stop at x seconds.

The speed can be selected in mbps, kbps or mbps

== build ==

make

== usage ==

Run hping3 during 100 seconds limited to 1mbps
LD_PRELOAD=./bwcontrol.so BW_LIMIT=m1 BW_TIMEOUT=100 hping3 -1 --fast