vanhoefm / fragattacks

Other
1.23k stars 185 forks source link

How to run the script for IoT client in which ICMP/PING is disabled #53

Closed pococ31 closed 1 year ago

pococ31 commented 1 year ago

on executing the command ./fragattack.py wlan0 --ap ping the test fails. Later I found that the IoT client doesn't support ping/ICMP. How to run fragattack scripts on these types of IoT clients ?

vanhoefm commented 1 year ago

This is documented at https://github.com/vanhoefm/fragattacks/blob/master/README.md#93-no-icmp-support

Ideally you use ICMP though, that has been tested the most and is the most reliable.

On Thu, Apr 20, 2023, 15:28 pococ31 @.***> wrote:

on executing the command ./fragattack.py wlan0 --ap ping the test fails. Later I found that the IoT client doesn't support ping/ICMP. How to run fragattack scripts on these types of IoT clients ?

— Reply to this email directly, view it on GitHub https://github.com/vanhoefm/fragattacks/issues/53, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE3YK55MHYWJYYDHNZHNHDXCEMVXANCNFSM6AAAAAAXFLPHGE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pococ31 commented 1 year ago

Thank you so much. It works perfectly, I tried with various devices. Thank you.