From 79909202aa8523c8f7f0dfd664b0ac0d1019bfad Mon Sep 17 00:00:00 2001 From: vanhoefm Date: Sat, 5 Jun 2021 15:57:45 +0400 Subject: [PATCH] fragattacks: update README about ARP request support --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b36957a50..710eb1a64 100644 --- a/README.md +++ b/README.md @@ -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.**