Sen descrición https://github.com/anas-elgarhy/JDosAttacker
mergify[bot] bbd5f51b67 Merge pull request #13 from anas-elgarhy/renovate/configure | hai 1 ano | |
---|---|---|
.github | %!s(int64=2) %!d(string=hai) anos | |
.idea | %!s(int64=2) %!d(string=hai) anos | |
Screenshots | %!s(int64=2) %!d(string=hai) anos | |
src | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
.mergify.yml | hai 1 ano | |
CODE_OF_CONDUCT.md | %!s(int64=2) %!d(string=hai) anos | |
LICENSE.txt | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
pom.xml | %!s(int64=2) %!d(string=hai) anos | |
renovate.json | hai 1 ano |
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 🙂
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.
bash
java -jar JDosAttacker.jar -u http://example.com -t 10 -n 100
bash
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"
bash
java -jar JDosAttacker.jar
This program was created for the purpose of study only, and I am not responsible for any use outside this purpose