gkbrk / slowloris

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

"Namespace" object has no attribute 'ip' #74

Closed vanh285 closed 2 years ago

vanh285 commented 2 years ago

image

py -3 --version Python 3.10.2

gkbrk commented 2 years ago

This should be fixed now. Can you check?

vanh285 commented 2 years ago

Going to try that rn!

vanh285 commented 2 years ago

Screenshot 2022-11-01 233328

Failed to create new socket: [Errno 11001] getaddrinfo failed

Another issue comes up. Thank you for the quick response.

gkbrk commented 2 years ago

You can't call it like localhost:80. Need to give port separately. Like py -3 slowloris.py -p 80 localhost.

vanh285 commented 2 years ago

This works! Thank you for you support!