slowloris icon indicating copy to clipboard operation
slowloris copied to clipboard

Low bandwidth DoS tool. Slowloris rewrite in Python.

Results 12 slowloris issues
Sort by recently updated
recently updated
newest added

Some people have trouble running this due to very old Python versions bundled with their distros. We can bundle a recent Python along with `slowloris` to make it easier to...

enhancement

When I use proxy with slowloris, slowloris doesn't write anything to console and the test doesn't work. Couldy anyone please tell me, what I am doing wrong? Or add some...

Added URL parsing via builtin library `urllib`, as requested in #68. Bugs and dumb mistakes are not just possible, they are to be excepted. You'll surely find at least one,...

I recommend using the SOCKS5 parameters as `-x 127.0.0.1:9050` instead of using `-x --proxy-host 127.0.0.1 --proxy-port 9050`. I'll start coding about that if it's approved.

It might be useful to automatically populate the program configuration if a URL is passed instead of a naked domain. This will be very convenient to use, while also resolving...

enhancement
good first issue

asyncio should be convenient for the code, but I am not sure which versions of Python have it. I don't want to tie the project to something too new. Threading...

investigation

enhancement
help wanted
good first issue

It would be cool not to depend on PySocks if it can be avoided with a small amount of code.

enhancement
help wanted
good first issue

#61 No output when connected to proxy. Moved logging to before socket and fix for proxy connection.