From f6f479735688b603f3eea5608a62ff0d6ded3479 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Fri, 16 Dec 2022 15:56:43 +0100 Subject: [PATCH] Fix hping3 --- _gtfobins/hping3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/hping3.md b/_gtfobins/hping3.md index 6ada685..97ff3e3 100644 --- a/_gtfobins/hping3.md +++ b/_gtfobins/hping3.md @@ -14,7 +14,7 @@ functions: /bin/sh - description: | The file is continuously sent, adjust the `--count` parameter or kill the sender when done. Receive on the attacker box with: - + ``` sudo hping3 --icmp --listen xxx --dump ```