gkbrk / slowloris

Low bandwidth DoS tool. Slowloris rewrite in Python.
MIT License
2.47k stars 690 forks source link

URL parser to extract program parameters automatically #68

Open gkbrk opened 2 years ago

gkbrk commented 2 years ago

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 a common user error of passing URLs instead of domains.

creeper6530 commented 1 year ago

Just made a PR for this issue: #88