1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00
metasploit-framework/tools/hardware
2017-04-10 12:57:07 +02:00
..
elm327_relay.rb Fix ELM327 ISOTP commands 2017-04-10 12:57:07 +02:00
killerbee_msfrelay Code and doc tweaks (minor). 2017-03-16 21:43:36 -05:00
README.md Initial Tools Hardware repo with ELM327 chipset as sample for HWBridg… 2017-01-19 22:23:57 -06:00

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.