Update hping3.md

This commit is contained in:
Vivaldo Chagas 2022-09-30 14:06:53 -04:00 committed by GitHub
parent 5bc062321a
commit db8187123b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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