mfazliazran / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

Limit bandwith #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is possible to limit the bandwith?
I try skipfish with an domain and I make a DoS :S

Original issue reported on code.google.com by diegors on 28 Mar 2010 at 11:53

GoogleCodeExporter commented 8 years ago
sounds like a vulnerability in the site ;-)

but yeah, I'd like that as well, so I can test published sites without adversely
affecting its viewers.

Original comment by kae.verens@gmail.com on 28 Mar 2010 at 1:09

GoogleCodeExporter commented 8 years ago
You can rate-limit traffic using a local packet filter; you can also limit the 
number 
of concurrent connections maintained by skipfish by lowering -m. 

Adding crude rate-limiting is on my TODO list, but it's not very high priority. 
We'll 
see...

Original comment by lcam...@gmail.com on 28 Mar 2010 at 5:41

GoogleCodeExporter commented 8 years ago
apt-get install trickle
trickle -u 100 skipfish....

This limits skipfish's upload to 100kB/s.

Original comment by fen...@gmail.com on 29 Mar 2010 at 12:20

GoogleCodeExporter commented 8 years ago
Oh, nice. Yeah, that is an excellent excuse. I put trickle in the documentation.

Original comment by lcam...@gmail.com on 29 Mar 2010 at 9:51

GoogleCodeExporter commented 8 years ago
Thanks for recommending trickle fenski, that helped a lot!

Original comment by chre...@gmail.com on 8 Jun 2010 at 4:31