ajax-lives / NoRussian

Volunteer DoS tool via HTML + JS
GNU General Public License v3.0
371 stars 58 forks source link

Add keep-alive option to fetch #42

Open dimention opened 2 years ago

dimention commented 2 years ago

keepalive: true option will lock a connection on the target server, and server connection limit will be reached faster

Ycirn commented 2 years ago

Wont this put less strain on the webserver?

dimention commented 2 years ago

https://www.cloudflare.com/learning/ddos/ddos-attack-tools/slowloris/

For specific IP - yes, for many IPs no. We cannot do big bandwidth attacks with just TCP requests, so prolonging open connections could do the trick.