Hi, I'm Krishan 👋

Diligent to make a carrer in tech, driven by passion to code

DDOS

A simple DDOS script in Python

This program will allow us to flood a server with so many reqeusts that, after a while, it won’t be able to respond anymore and it will go down.

Note : Python may not be the best programming language for this because python does not support real multi-threading (its simulated multi-threading)

Reference: https://www.neuralnine.com/code-a-ddos-script-in-python/