Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
whad-client — Protocol client and CLI framework for interacting with wireless hacking devices, enabling security researchers to explore, test, and automate wireless protocol experiments. | Kitploit
Tools/GitHubGitHub/whad-team/whad-client
IoT SecurityWireless SecurityHardware HackingPenetration TestingUtilities & FrameworksHardware & IoT Security
GitHubwhad-team/whad-client

whad-client

Protocol client and CLI framework for interacting with wireless hacking devices, enabling security researchers to explore, test, and automate wireless protocol experiments.

View Repository
328402 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

WHAD: Wireless HAcking Devices

Tests

This framework provides a set of command-line tools to play with/hack/explore wireless protocols and devices as well as a library to create powerful wireless tools to use with hardware devices running a compatible firmware.

Installation

Installation is pretty straightforward with pip:

root@kitploit:~
pip install whad

Online documentation

Project documentation is available on ReadTheDocs.

Running unit tests

You can run unit tests locally for the default python version using:

root@kitploit:~
pytest

You can run unit tests for every supported python version using:

root@kitploit:~
tox

(You need to install Python interpreters from 3.9 to 3.13 included to run tox). The tests are automatically run by github actions when something is pushed to main branch or when a pull request is merged.

Download Tool