JDosAttacker
A Simple dos attack program implementation using java
Install / Use
/learn @anas-stuff/JDosAttackerREADME
A Simple dos attack program implementation using java 😉
This is a simple DOS attack program, and it is smart enough not to change your IP during the attack 😆, so it is recommended to use a separate tool for disguise or you will find the FPI at your door 🙂

- Requirements for development:
- jdk-17 or higher
- Maven
- IntelliJ IDEA (not required but recommended)
Command Line Arguments (All are optional)
| Argument | Value | Description |
|---------------------|--------------------------|----------------------------------------------|
| -h or --help | n/a | Show help |
| -v or --version | n/a | Show version |
| -u or --url | Target website url | Set target url (*require) |
| -t or --threads | Number of threads | Set number of threads (*require) |
| -n or --number | Number of requests | Set number of requests per thread (*require) |
| --useragent | User agent string | Set the user agent |
| --requestMethod | Request method(GET/POST) | Set the request method |
| --connectTimeout | Connection timeout | Set the connection timeout |
*require: Required argument but if not provided, the program will show TUI and get it.
- Examples:
java -jar JDosAttacker.jar -u http://example.com -t 10 -n 100
java -jar JDosAttacker.jar -u https://example.com -t 10 -n 100 --useragent "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36"
java -jar JDosAttacker.jar
- Without arguments, the program will show TUI like this:

Also, available in:
This program was created for the purpose of study only, and I am not responsible for any use outside this purpose
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
