|
1 |
| -# JavaSimpleStresser |
| 1 | +# JSS: A simple java stresser to stress by layer 4. |
2 | 2 |
|
3 |
| -- this project is a simple java stresser which can be used for tcp protocol. |
4 |
| -- maybe in future, we are going to add udp, too. |
| 3 | +## Overview |
| 4 | + |
| 5 | +- this project is a simple java stresser which can be used for tcp/udp protocol. |
5 | 6 |
|
6 | 7 | - we will add features and complete this readme.md file.
|
7 | 8 |
|
8 |
| -- Currently, only supports Linux operating system, if you wanna port our build script to any other os, you are welcome. |
9 | 9 |
|
10 |
| -# Overview |
11 |
| -- JSS is a simple project to attack by layer4 method, including some features, such as keep alive, and this project focuses on being clean code, and optimized. this project isn't completed yet, and it's under development. |
| 10 | +### Key Features 🚀 |
| 11 | + |
| 12 | +- Lightweight - this project is focused on being clean code, which means our stresser is going to work as best as it can. |
| 13 | +- Console Arguments - you can do whatever based on command line. |
| 14 | +- easy to use configuration - (soon) |
| 15 | +- NOTE: java isn't a good language for stress testing, since we can't get high p/s. which means we will rewrite this project, into other programming language, for sure. |
| 16 | + |
| 17 | +## Getting Started 🚧 (Coming Soon) |
| 18 | + |
| 19 | +- NOTE: our build script is removed due to unusability, you can setup this project with intelij idea, or any other IDE's with support of maven, or it's alternatives. |
| 20 | + |
| 21 | +- setting up: |
| 22 | +- to setup JSS on an IDE, feel free to use any IDEs or even you can use a build script, with mvn package, or it's alternatives as i said. |
| 23 | +- dependecies: |
| 24 | +- lombok, jetbrains annontion. |
| 25 | + |
| 26 | +## TODO 📝 |
| 27 | +- add confing.txt |
| 28 | +- and add more things, to this readme. |
| 29 | + |
| 30 | +## Contribution Guidelines 🤝 |
| 31 | + |
| 32 | +Feel free to contribute to the development of JSS. we will notice it. |
| 33 | + |
| 34 | +## Disclaimer ⚠️ |
| 35 | + |
| 36 | +This project is intended for educational and responsible use only. Ensure that you comply with the terms of service of Minecraft servers and respect the privacy and rules of other communities. |
0 commit comments