Skip to content

Python scripts which sents out a HTTP request under port 80 to a target IP. (This is for educational practice only)

Notifications You must be signed in to change notification settings

frankelitoc/DDoS-Python-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DDoS-Python-Script

(This is for educational practice only) Extremely simple Python script which sents out a HTTP request under port 80 to a target IP, using threads to constantly send out packages to the target IP as well.

Used this to send out constant HTTP requests to my VPS server. As you can see here:

image

44.6k Requests in a matter of 5 minutes. It's indeed working as it should.

What Is A DDos-Attack A Distributed Denial of Service (DDoS) attack is an attempt to make an online service unavailable by overwhelming it with traffic from multiple sources. They target a wide variety of important resources from banks to news websites, and present a major challenge to making sure people can publish and access important information

I do not recommend doing this outside of educational practice only since DDosing is indeed illegal.

About

Python scripts which sents out a HTTP request under port 80 to a target IP. (This is for educational practice only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages