OP 21 March, 2020 - 12:42 PM
(This post was last modified: 21 March, 2020 - 12:51 PM by BimbimmaZ1.)
First you need to install GNU Compiler Collection ( gcc ).
Open Terminal and Type :
sudo apt-get install gcc
Then you run the Script by typing these commands :
cd Desktop
gcc xerxes.c -o xerxes
./xerxes testyoursite.com 80
This is for educational purposes you can use it to test your own website.
It's a script no need to scan it.
Open Terminal and Type :
sudo apt-get install gcc
Then you run the Script by typing these commands :
cd Desktop
gcc xerxes.c -o xerxes
./xerxes testyoursite.com 80
This is for educational purposes you can use it to test your own website.
It's a script no need to scan it.