hak5-wifi-coconut/windows
Mike Kershaw / Dragorn 887d24effe Coconut: Update win64 documentation in readme 2022-10-30 01:26:33 -04:00
..
LICENSE_LIBUSB.txt Hak5 WiFi Coconut 1.0.0 import 2022-08-04 10:44:30 -04:00
LICENSE_PTHREADS.txt Hak5 WiFi Coconut 1.0.0 import 2022-08-04 10:44:30 -04:00
README.txt Coconut: Update win64 documentation in readme 2022-10-30 01:26:33 -04:00
finish_release.bat Hak5 WiFi Coconut 1.0.0 import 2022-08-04 10:44:30 -04:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Wi-Fi Coconut Win64

** Requirements **

You MUST INSTALL THE ZADIG USB DRIVERS to use this tool with your Wi-Fi Coconut!

For more information about the install process for Windows, please see the online 
WiFi Coconut documentation:

https://docs.hak5.org/wifi-coconut/software-and-drivers/installing-on-windows

** Running **

    1.  Plug in coconut
    2.  Open a terminal, navigate to coconut download
    3.  Run .\wifi_coconut.exe --help for info
    
    Useful commands:
    
    .\wifi_coconut.exe --diagnostics-only
    .\wifi_coconut.exe foo.pcap
    .\wifi_coconut.exe --diagnostics foo.pcap

** Controlling LEDs **

    By default the Wi-Fi Coconut enables all LEDs.  LEDs blink when there is traffic on
    the corresponding channel.

    The Wi-Fi Coconut can be used in "stealth mode" by disabling LEDs entirely:

        .\wifi_coconut.exe --disable-leds foo.pcap

    The LEDs can be inverted, so that they are normally off and blink only when there is
    traffic:

        .\wifi_coconut.exe --invert-leds foo.pcap

    If blinking LEDs causes a health issue or is annoying, LED blinking can be disabled
    with:

        .\wifi_coconut.exe --disable-blinking 

    The LEDs will still light up as the radio is enabled, but will not strobe.