Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauldb09/dddos
This is a little script that shows how to ddos a website. Can bypass cloudfare & ddos-guard. Ip switcher and random user agent
https://github.com/pauldb09/dddos
ddos ddos-attacks hacking nodejs putin russia ukraine-invasion ukrainewar
Last synced: 27 days ago
JSON representation
This is a little script that shows how to ddos a website. Can bypass cloudfare & ddos-guard. Ip switcher and random user agent
- Host: GitHub
- URL: https://github.com/pauldb09/dddos
- Owner: pauldb09
- License: apache-2.0
- Created: 2022-03-11T19:47:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T18:01:41.000Z (over 2 years ago)
- Last Synced: 2023-03-03T21:03:22.080Z (over 1 year ago)
- Topics: ddos, ddos-attacks, hacking, nodejs, putin, russia, ukraine-invasion, ukrainewar
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dddos-Script
This is a little script to ddos a website. This is for example purposes only. I am not responsable of what you do with it
If you like this repo, feel free to add a ⭐ and follow me on github, it actually helps me a lot!
If you need any help while installing it, join this server and you will be helped!
What is ddos? Ddos is an attack on a website by sending alot of requests
# How it works?
Before starting, it's better to have a vpn/proxy installed
You must have nodeJS v16 installed on your computer. You can get it here: https://nodejs.org
The default site is kremlin.ru you can change it trough the config.js file.
# Config Options
**ClientOptions** ( [Source code](https://github.com/pauldb09/Dddos-Example/blob/main/constants/ClientOptions.js) )
`httpMethod` : The http method you want to use to request the website. Only `GET` and `POST` are supported. If you use the post method, you will have to provide a [CustomHeader](https://github.com/pauldb09/Dddos-Example/blob/main/constants/CustomHeader.js)
`header` : The header used to request the website. Must be a [CustomHeader](https://github.com/pauldb09/Dddos-Example/blob/main/constants/CustomHeader.js)
`autoScrapeConfig` : If the client should automatically extract the config file. Provide an object like this: `{enabled:true, file:"file.js"}`. Accepts js & json files