Xerxes dos tool enhanced with many features for stress testing. It has many features, some of these features are:
THIS SOFTWARE IS PROVIDED FOR EDUCATIONAL USE ONLY! IF YOU ENGAGE IN ANY ILLEGAL ACTIVITY THE AUTHOR DOES NOT TAKE ANY RESPONSIBILITY FOR IT. BY USING THIS SOFTWARE YOU AGREE WITH THESE TERMS.
Installation For Termux
$ apt update && apt upgrade
$ apt install git
$ apt install clang
$ git clone https://github.com/zanyarjamal/xerxes
$ cd xerxes
$ chmod +x *
Usage :
$ clang xerxes.c -o xerxes
$ ./xerxes www.examplesite.com 80
- TLS Support
- HTTP header randomization
- Useragent randomization
- Multiprocessing support
- Multiple Attack vectors
- etc…
Disclaimer
THIS SOFTWARE IS PROVIDED FOR EDUCATIONAL USE ONLY! IF YOU ENGAGE IN ANY ILLEGAL ACTIVITY THE AUTHOR DOES NOT TAKE ANY RESPONSIBILITY FOR IT. BY USING THIS SOFTWARE YOU AGREE WITH THESE TERMS.
Installation For Termux
$ apt update && apt upgrade
$ apt install git
$ apt install clang
$ git clone https://github.com/zanyarjamal/xerxes
$ cd xerxes
$ chmod +x *
Usage :
$ clang xerxes.c -o xerxes
$ ./xerxes www.examplesite.com 80
Post a Comment