Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swag666baby/dos-attack

a simple denial of service script
https://github.com/swag666baby/dos-attack

attack ddos ddos-attacks denial-of-service-attack dos dos-attack dos-tool hacking hacking-tool nodejs pentest-tool

Last synced: 23 days ago
JSON representation

a simple denial of service script

Awesome Lists containing this project

README

        




# necessary
### • typescript
```bash
npm install -g @typescript
```
### • install the packages
```bash
yarn add express @types/node dotenv
```

# preparing
```bash
git clone https://github.com/Swag666baby/dos-attack
cd dos-attack
tsc
```
If you want to use it in another environment, rewrite the `.env`

# running
```bash
node dist/index.js
```
There is a server for testing, you can use it with
```bash
node dist/test/server.js
```

Any criticism or suggestion I will be happy to read the issues.