fragattacks: update README about ARP request support

This commit is contained in:
vanhoefm 2021-06-05 15:57:45 +04:00 committed by GitHub
parent c430b1dc58
commit 79909202aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -809,8 +809,9 @@ parameters.
Most attack tests work by sending ICMP ping requests in special manners, and seeing wether we receive
an ICMP ping response. In case the device being tested does not support ICMP pings you can instead
use ARP requests by adding the `--arp` parameter to all tests. **TODO: Explain in detial for which**
**tests this parameter has an effect.**.
use ARP requests by adding the `--arp` parameter to all tests. In case a test doesn't support sending
ARP requests the tool will display the error `Cannot override request type of the selected test`, in
which case the specific test can only be executed using ICMP ping requests.
**TODO: When acting as a client we can also inject DHCP requests intead.**