Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swag666baby/dos-attack
- Owner: Swag666baby
- License: mit
- Created: 2023-10-04T14:42:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T09:30:32.000Z (about 1 year ago)
- Last Synced: 2023-10-07T01:58:00.372Z (about 1 year ago)
- Topics: attack, ddos, ddos-attacks, denial-of-service-attack, dos, dos-attack, dos-tool, hacking, hacking-tool, nodejs, pentest-tool
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.