mirror of https://github.com/Askill/slowloris.git
Added setup.py
This commit is contained in:
parent
f5b884ceaf
commit
fdadfd256c
|
|
@ -0,0 +1,11 @@
|
||||||
|
from distutils.core import setup
|
||||||
|
setup(
|
||||||
|
name = "Slowloris",
|
||||||
|
py_modules = ["slowloris"],
|
||||||
|
version = "0.1",
|
||||||
|
description = "Low bandwidth DoS tool. Slowloris rewrite in Python.",
|
||||||
|
author = "Gokberk Yaltirakli",
|
||||||
|
author_email = "webdosusb@gmail.com",
|
||||||
|
url = "https://github.com/gkbrk/slowloris",
|
||||||
|
keywords = ["dos", "http", "slowloris"]
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue