Fix hping3

This commit is contained in:
Andrea Cardaci 2022-12-16 15:56:43 +01:00
parent 7bc758d4e1
commit f6f4797356

View File

@ -14,7 +14,7 @@ functions:
/bin/sh /bin/sh
- description: | - description: |
The file is continuously sent, adjust the `--count` parameter or kill the sender when done. Receive on the attacker box with: 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 sudo hping3 --icmp --listen xxx --dump
``` ```