Skip to content

DDoS using Go. Calm down! It's just for educational purpose!

Notifications You must be signed in to change notification settings

franciscofeo/go-ddos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go-DDoS 💥

A DDoS attack is a cybercrime in which the attacker floods a server with internet traffic to prevent users from accessing connected online services and sites.

In this repository, I show how a simple DDoS works, but remember: It is for educational use only, don't execute this script in real world applications!

How To Run

Clone the project

  git clone https://github.com/franciscofeo/go-ddos.git

Go to the project directory

  cd go-ddos

Start the application

  go run main.go <url> <workers quantity>

Example

After started a server locally in http://localhost:8080, we just have to write this code below to execute the attack with 300 workers:

  go run main.go http://localhost:8080 300

About

DDoS using Go. Calm down! It's just for educational purpose!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages