metasploit-framework/tools/hardware
Pearce Barry 06ebb22a8f
Land #8065, Zigbee Hardware Bridge Extension
2017-03-20 10:44:15 -05:00
..
README.md Initial Tools Hardware repo with ELM327 chipset as sample for HWBridg… 2017-01-19 22:23:57 -06:00
elm327_relay.rb Fixes #8022 2017-02-27 21:09:57 -08:00
killerbee_msfrelay Code and doc tweaks (minor). 2017-03-16 21:43:36 -05:00

README.md

HWBridge Tools

This folder contains hardware related tools that are compatible with the HWBridge interface. Commonly this will be a repository of different hardware relay services. If your device requires communication via serial or USB or some other non-ethernet means and you want to utilize the metasploit framework for handling the HTTP server then feel free to put your relay here.

If however your device supports WiFi or Ethernet, then consider building the HWBridge support directly into your hardware. Check your development board to see if there is a library available that supports your chipset and the MSF HWBridge. Often the library will be called MSF_Relay or something similar.