DoSser


NameDoSser JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/BigSlugger/DoSser
SummaryA layer 4 python Denial of Service tool.
upload_time2023-05-11 22:32:34
maintainer
docs_urlNone
authorJoe Whalley
requires_python
license
keywords python denial of service dos ddos
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# DoSser

A layer 4 python-based denial of service command line utility.


## Usage/Examples
The program can be installed using pip and ran from a terminal.
```python
sudo pip install DoSser
```
```python
Dosser.py -t TARGET -p PORT -th Threads -a Attack LIMIT LIMIT_VALUE
```



## Features

- Windows/UNIX/MacOS support
- 8 Different attack modes
- Limit the attack by time or packets
- Live packet count


## Configuration options
DoSser's behaviour can be modified with the use of command-line arguments. To get an up-to-date list of all arguments use ``` DoSser --help  ```.

- -t, --target - The IP address of the target
- -p, --port
- th. --threads
- -a, --attack

Users are also required to select a limiter for there chosen attack.

- packet
- time

## Attacks
DoSser has support for a variety of layer 4 denial of service attacks.

- [ICMP flood](https://www.cloudflare.com/en-gb/learning/ddos/ping-icmp-flood-ddos-attack/)
- [SYN flood](https://www.cloudflare.com/en-gb/learning/ddos/syn-flood-ddos-attack/)
- [UDP flood](https://www.cloudflare.com/en-gb/learning/ddos/udp-flood-ddos-attack/)
- [Land attack](https://www.imperva.com/learn/ddos/land-attacks/)
- [Ping of death](https://www.cloudflare.com/en-gb/learning/ddos/ping-of-death-ddos-attack/)
- [TCP PUSH-ACK attack](https://www.cloudflare.com/en-gb/learning/ddos/what-is-an-ack-flood/)
- [Teardrop attack](https://www.okta.com/identity-101/teardrop-attack/) 
## Requirements
Users will need an installation of [Colorama](https://pypi.org/project/colorama/) and [Scapy](https://scapy.readthedocs.io/en/latest/index.html) this can be retrieved from pip using.

```
pip install colorama
```

and

```
pip install scapy
```

## License
This is code is licensed under the 
[MIT License](https://choosealicense.com/licenses/mit/)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BigSlugger/DoSser",
    "name": "DoSser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,denial of service,DoS,DDoS",
    "author": "Joe Whalley",
    "author_email": "19095271@stu.mmu.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/63/05/a4541b36ae890523fd9dfe7bf128050db6933e28b92b859cd193fa1400c7/DoSser-1.0.1.tar.gz",
    "platform": null,
    "description": "\r\n# DoSser\r\n\r\nA layer 4 python-based denial of service command line utility.\r\n\r\n\r\n## Usage/Examples\r\nThe program can be installed using pip and ran from a terminal.\r\n```python\r\nsudo pip install DoSser\r\n```\r\n```python\r\nDosser.py -t TARGET -p PORT -th Threads -a Attack LIMIT LIMIT_VALUE\r\n```\r\n\r\n\r\n\r\n## Features\r\n\r\n- Windows/UNIX/MacOS support\r\n- 8 Different attack modes\r\n- Limit the attack by time or packets\r\n- Live packet count\r\n\r\n\r\n## Configuration options\r\nDoSser's behaviour can be modified with the use of command-line arguments. To get an up-to-date list of all arguments use ``` DoSser --help  ```.\r\n\r\n- -t, --target - The IP address of the target\r\n- -p, --port\r\n- th. --threads\r\n- -a, --attack\r\n\r\nUsers are also required to select a limiter for there chosen attack.\r\n\r\n- packet\r\n- time\r\n\r\n## Attacks\r\nDoSser has support for a variety of layer 4 denial of service attacks.\r\n\r\n- [ICMP flood](https://www.cloudflare.com/en-gb/learning/ddos/ping-icmp-flood-ddos-attack/)\r\n- [SYN flood](https://www.cloudflare.com/en-gb/learning/ddos/syn-flood-ddos-attack/)\r\n- [UDP flood](https://www.cloudflare.com/en-gb/learning/ddos/udp-flood-ddos-attack/)\r\n- [Land attack](https://www.imperva.com/learn/ddos/land-attacks/)\r\n- [Ping of death](https://www.cloudflare.com/en-gb/learning/ddos/ping-of-death-ddos-attack/)\r\n- [TCP PUSH-ACK attack](https://www.cloudflare.com/en-gb/learning/ddos/what-is-an-ack-flood/)\r\n- [Teardrop attack](https://www.okta.com/identity-101/teardrop-attack/) \r\n## Requirements\r\nUsers will need an installation of [Colorama](https://pypi.org/project/colorama/) and [Scapy](https://scapy.readthedocs.io/en/latest/index.html) this can be retrieved from pip using.\r\n\r\n```\r\npip install colorama\r\n```\r\n\r\nand\r\n\r\n```\r\npip install scapy\r\n```\r\n\r\n## License\r\nThis is code is licensed under the \r\n[MIT License](https://choosealicense.com/licenses/mit/)\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A layer 4 python Denial of Service tool.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/BigSlugger/DoSser"
    },
    "split_keywords": [
        "python",
        "denial of service",
        "dos",
        "ddos"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75047dc00804bfa88a3f1f1fddeac0c401d8f564b339553ba3cda2037d9725b9",
                "md5": "737ff69fd12d547f73bf9e14ff973c23",
                "sha256": "8882f186fda0cc12768d5b493cb02352117605f607683e146d09767635504590"
            },
            "downloads": -1,
            "filename": "DoSser-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "737ff69fd12d547f73bf9e14ff973c23",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7419,
            "upload_time": "2023-05-11T22:30:06",
            "upload_time_iso_8601": "2023-05-11T22:30:06.530003Z",
            "url": "https://files.pythonhosted.org/packages/75/04/7dc00804bfa88a3f1f1fddeac0c401d8f564b339553ba3cda2037d9725b9/DoSser-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6305a4541b36ae890523fd9dfe7bf128050db6933e28b92b859cd193fa1400c7",
                "md5": "a689acf9ecb6efe7e7eb38dcc6203854",
                "sha256": "7840bdc2c847d45aee4a09148e4dfb233f8427e108d0e887903a793d67d99c2e"
            },
            "downloads": -1,
            "filename": "DoSser-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a689acf9ecb6efe7e7eb38dcc6203854",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6548,
            "upload_time": "2023-05-11T22:32:34",
            "upload_time_iso_8601": "2023-05-11T22:32:34.801013Z",
            "url": "https://files.pythonhosted.org/packages/63/05/a4541b36ae890523fd9dfe7bf128050db6933e28b92b859cd193fa1400c7/DoSser-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-11 22:32:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BigSlugger",
    "github_project": "DoSser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dosser"
}
        
Elapsed time: 0.07256s