Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.04 KB

DaaS (Denial as a Service)

DaaS is an API that povides methods for denial of service attacks.

license version

Requirements

For this script to work, you need to have Docker installed

Setup

See .env file

PORT=5000
DATABASE_URL=sqlite:///db/denialofservice.db
TEST_DATABASE_URL=sqlite:///db/denialofservice_test.db
MOCK=0

Setup

You need to add API keys at the admin panel:

image

Usage

See make help

Screenshot from 2023-04-16 17-05-53

Info

To see the API calls you can go to

http://<HOST>:<PORT>/docs

Screenshot from 2023-04-16 17-04-46