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
knxmap — KNXnet/IP scanning and auditing tool for KNX home automation installations. | Kitploit
Tools/GitHubGitHub/takeshixx/knxmap
Vulnerability ScannersIoT SecurityConfiguration AuditingInformation GatheringNetwork SecurityPenetration TestingArchived
GitHubtakeshixx/knxmap

knxmap

KNXnet/IP scanning and auditing tool for KNX home automation installations.

View Repository
122442 years 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

KNXmap

A tool for scanning and auditing KNXnet/IP gateways on IP driven networks. KNXnet/IP defines Ethernet as physical communication media for KNX (EN 50090, ISO/IEC 14543). KNXmap also allows to scan for devices on the KNX bus via KNXnet/IP gateways. In addition to scanning, KNXmap supports other modes to interact with KNX gateways like monitor bus messages or write arbitrary values to group addresses.

Compatibility

KNXmap heavily relies on the asyncio module and therefore requires Python 3.4 or newer. There are just a few optional dependencies that are required for some special features.

Usage

root@kitploit:~
sudo python setup.py install
knxmap -h

Documentation

The documentation is available in the repository wiki.

Hacking

Enable full debugging and verbosity for development:

root@kitploit:~
PYTHONASYNCIODEBUG=1 knxmap -v scan 192.168.178.20 1.1.0-1.1.6 --bus-info
Download Tool