diff --git a/_gtfobins/hping3.md b/_gtfobins/hping3.md index c33a645..46dd377 100644 --- a/_gtfobins/hping3.md +++ b/_gtfobins/hping3.md @@ -11,8 +11,8 @@ functions: 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 hping3 --icmp 127.0.0.1 --listen --signature --safe + sudo hping3 --icmp 127.0.0.1 --d 100 --c 2 --sign signature --file ./file.txt sudo: - code: | sudo hping3