diff --git a/setup.py b/setup.py index 50aba39..fb0a0c9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = "Slowloris", py_modules = ["slowloris"], entry_points = {"console_scripts": ["slowloris=slowloris:main"]}, - version = "0.1.4", + version = "0.1.5", description = "Low bandwidth DoS tool. Slowloris rewrite in Python.", author = "Gokberk Yaltirakli", author_email = "webdosusb@gmail.com", diff --git a/slowloris.py b/slowloris.py old mode 100644 new mode 100755