# Denial of Service (Dos & DDos)

#### ISB (Iam So Board) :&#x20;

<figure><img src="/files/ipFe20pSA7evvLcYZVEH" alt=""><figcaption><p>ISB DDOS Tool Interface</p></figcaption></figure>

***

#### UltraDDos :&#x20;

<figure><img src="/files/mpAX4oCmcS4WPWsndmDq" alt=""><figcaption><p>Ultra DDos</p></figcaption></figure>

<figure><img src="/files/Qb6OChH2JzyKSaraoNOL" alt=""><figcaption><p>Setting up the target IP Address</p></figcaption></figure>

<figure><img src="/files/dGp6mBR2wBcgDXyzZJFS" alt=""><figcaption><p>Setting up the target Port</p></figcaption></figure>

<figure><img src="/files/rn42MEXUu96nEBLyuIjy" alt=""><figcaption><p>Settiung number of packets</p></figcaption></figure>

<figure><img src="/files/U4A48ko7kmKrL4AIwUXW" alt=""><figcaption><p>setting threds &#x26; starting attacks</p></figcaption></figure>

<figure><img src="/files/DFuNJrnN8H0QhWgGBMzb" alt=""><figcaption><p>Visualizing attack</p></figcaption></figure>

***

#### EagleDos (.py)  :&#x20;

```
## Usage : 
python3 eagle-dos.py
```

<figure><img src="/files/X6yhPDNAlRC1Y7S2Nmeh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/mLyb6czSv34Vuj9kTZQE" alt=""><figcaption></figcaption></figure>

***

#### HOIC (High Orbit Ion Cannon) :&#x20;

<figure><img src="/files/gfXoGpC6DjUQxRG4tIvS" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/cOfWlIjFLGNAPiGBBjTW" alt=""><figcaption></figcaption></figure>

***

#### LOIC (Low Orbit Ion Cannon) :&#x20;

<figure><img src="/files/frRS19dWR6KyB6dnlJQD" alt=""><figcaption></figcaption></figure>

***

#### Pyddos (Python based script)  :&#x20;

```

usage: ./pyddos -t [target] -p [port] -t [number threads]

options:
  -h, --help       show this help message and exit

options:

  -d <ip|domain>   Specify your target such an ip or domain name
  -t <float>       Set timeout for socket
  -T <int>         Set threads number for connection (default = 1000)
  -p <int>         Specify port target (default = 80) |Only required with pyslow attack|
  -s <int>         Set sleep time for reconnection
  -i <ip address>  Specify spoofed ip unless use fake ip
  -Request         Enable request target
  -Synflood        Enable synflood attack
  -Pyslow          Enable pyslow attack
  --fakeip         Option to create fake ip if not specify spoofed ip

Example:
    ./pyddos -d www.example.com -p 80 -T 2000 -Pyslow
    ./pyddos -d www.domain.com -s 100 -Request
    ./pyddos -d www.google.com -Synflood -T 5000 -t 10.0

```

<figure><img src="/files/rznNkez4yfnnp84Q5TTV" alt=""><figcaption></figcaption></figure>

***

#### Pyflooder  (Python based script) :&#x20;

```
python3 pyflooder.py <host> <port> <number of packets>
```

<figure><img src="/files/XiRTbJWiOuyFmIWORKrY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ghoulsec.gitbook.io/Toolbase/sniffing-and-ddos/denial-of-service-dos-and-ddos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
