From f5a778f11dba1d3857cd852a0d15e48fa01b1877 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 7 Jun 2022 10:23:34 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 04185e8..ff0e1bb 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,12 @@ Example: --- ns1.atw.hu hping statistic --- 12 packets transmitted, 7 packets received, 42% packet loss round-trip min/avg/max = 0.9/3006.7/6007.3 ms + + +TCP flood attack with random source ip with ipv6: + + root@testlab:~# ./hping6 2022:1:1:1::2 -6 --rand-source --flood + + `2022:1:1:1::2` is the ipv6 address you want to attack + +