DIR Return Create A Forum - Home
---------------------------------------------------------
C
HTML https://protocolgaming.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Discussion
*****************************************************
#Post#: 719--------------------------------------------------
DDOS Deflate
By: Jstark Date: April 20, 2015, 8:31 am
---------------------------------------------------------
barang kali bisa pake cara ini
D)DoS Deflate adalah script bash shell ringan yang dirancang
untuk membantu dalam proses memblokir serangan DoS . Ini
menggunakan perintah di bawah ini untuk membuat daftar alamat IP
terhubung ke server, lengkap dengan jumlah koneksinya. Ini
adalah salah satu yang paling sederhana dan paling mudah untuk
menginstal solusi di tingkat perangkat lunak (Operating System).
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c |
sort -n
Alamat IP dengan jumlah koneksi yang melebihi konfigurasi (D)DoS
deflate akan otomatis terblokir oleh firewall server, bisa
dengan iptables langsung maupun Advanced Policy Firewall (APF).
Sangat disarankan agar Anda menggunakan APF pada server Anda
secara umum, tetapi script masih tetap bisa berjalan meskipun
tidak menggunakan APF.
Berikut adalah beberapa Fiturnya :
– Anda bisa mengkonfigurasi script ini : nano
/usr/local/ddos/ddos.conf
– Anda bisa me-whitelist IP addresses melalui : nano
/usr/local/ddos/ignore.ip.list.
– Script dapat berjalan secara berkala sesuai jeda yang telah
ditentukan melalui file konfigurasi di /usr/local/ddos/ddos.conf
(default: 1 minute)
– Anda akan mendapat email jika ada IP address yang terblokir.
You can receive email alerts when IP addresses are blocked.
– IP addresses akan otomatis tidak terblok lagi setelah melewati
batas yang ditentukan (default: 600 seconds). Saya sarankan
untuk mengubahnya menjadi 6000.
Cara install :
wget
HTML http://www.inetbase.com/scripts/ddos/install.sh
chmod 0700 install.sh
./install.sh
Cara uninstall :
wget
HTML http://www.inetbase.com/scripts/ddos/uninstall.ddos
chmod 0700 uninstall.ddos
./uninstall.ddos
Setelah instalasi selesai, Anda tinggal klik “CTRL + Z” untuk
keluar. Kemudian Anda bisa mengkonfigurasi script ini dengan
mengetik : nano /usr/local/ddos/ddos.conf
Edit the paths according to your system:
PROGDIR=”/usr/local/ddos”
PROG=”/usr/local/ddos/ddos.sh”
IGNORE_IP_LIST=”/usr/local/ddos/ignore.ip.list”
CRON=”/etc/cron.d/ddos.cron”
APF=”/etc/apf/apf”
IPT=”/sbin/iptables”
Customize the options and its values as you want:
FREQ=1
# Frequency in minutes in which the script will be executed
NO_OF_CONNECTIONS=150
# Number of connections received to block an IP address of an
alleged attacker
APF_BAN=1
# 1 means that DDoS Deflate will use APF to block, 0 use
directly Iptables
BAN_PERIOD=600
# Time (in seconds) to block an attacker.
EMAIL_TO=”root”
# Address to send an email when someone is banned
KILL=1
# With a 0 value, the attackers won’t be banned, 1 is selected
by default
itu nyomot dari sini >>>
HTML http://klikhost.com/menurunkan-serangan-ddos-secara-otomatis-dengan-ddos-deflate/
#Post#: 720--------------------------------------------------
Re: DDOS Deflate
By: Oro132 Date: April 20, 2015, 8:59 am
---------------------------------------------------------
pusing lihatnya wkwkw si orok ni ga bisa ngerti wkwkw
#Post#: 722--------------------------------------------------
Re: DDOS Deflate
By: Jstark Date: April 20, 2015, 12:37 pm
---------------------------------------------------------
nah itu sama. btw aku rasa itu cara harus pake linux/bactrack
linux tuh. duhh bahasa program blenger lihatnya.
#Post#: 723--------------------------------------------------
Re: DDOS Deflate
By: HuN2 Date: April 21, 2015, 3:58 am
---------------------------------------------------------
server is still down ? ??? ???
#Post#: 724--------------------------------------------------
Re: DDOS Deflate
By: Oro132 Date: April 21, 2015, 4:05 am
---------------------------------------------------------
[quote author=HuN2 link=topic=186.msg723#msg723 date=1429606703]
server is still down ? ??? ???
[/quote]Yes its still down
#Post#: 725--------------------------------------------------
Re: DDOS Deflate
By: HuN2 Date: April 21, 2015, 5:10 am
---------------------------------------------------------
:'( :'( :'( :'( :'(
#Post#: 727--------------------------------------------------
Re: DDOS Deflate
By: Oro132 Date: April 21, 2015, 7:56 am
---------------------------------------------------------
[quote author=HuN2 link=topic=186.msg725#msg725 date=1429611004]
:'( :'( :'( :'( :'(
[/quote]Server is back on
*****************************************************