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,
- Host: GitHub
- URL: https://github.com/sha0coder/bwcontrol
- Owner: sha0coder
- Created: 2015-05-18T17:44:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T11:24:45.000Z (over 5 years ago)
- Last Synced: 2025-02-06T11:46:46.404Z (11 months ago)
- Language: C
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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