Skip to content

arjunindia/JDOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# JDOS

This is a DDOS program, fully written in Java.

Note

This program is only for educational purposes! You use this on your own risk. Distributed Denial of Service attacks are illegal, you could go to jail for this.

Installation

  1. Download and install Java (I won´t write an instruction for this)
  2. Download and install Netbeans: https://netbeans.org/downloads/
  3. Download my project and import it in Netbeans (File -> Open project)
  4. Code and have fun

Usage

After you have installed Netbeans etc. you can click on "Clean and Build Project" on the top of netbeans. After that you can find .jar file in your workspace "dist" folder.

Start this .jar file and you can see the interface.

Protocol: The protocol you want to use Target Host: The host you want to DDOS Port: The port you want to use hours: The duration in hours minutes: The duration in minutes seconds: The duration in seconds Threads: The number of attacker threads Custom message: A costum message, sent to the host Between attack: The timeout between every attack of an attacker thread Socket timeout: The timeout of the socket

With the "Advanced" button you can toggle a console which displays information about the current attack.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

History

Since i am doing a Higher Technical College for Information Technologies in Austria, I thought i want to do something cool and not just the same boring school stuff every day.

So i decided to make my own DDOS program (for educational purposes only). At first i didn´t want to publish that, but now i think "why not".

So here we are.

Credits

This program was fully written by Tobias Schmidradler (schmidi000).

I am liable for nothing, you use this program on your own risk!

To-Do

  • Create a central administration point for configuring every JDOS program instance

License

The MIT License (MIT)

Copyright (c) 2015 Tobias Schmidradler

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This is a DDOS program, fully written in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%