Skip to content
Benjamin Vernoux edited this page Jul 25, 2017 · 5 revisions

Welcome to the hydratool wiki!

This repository contains host software (Linux/Windows) for HydraBus with HydraFW firmware, a project to produce a low cost, open source multi-tool hardware for anyone interested in Learning/Developping/Debugging/Hacking/Penetration Testing for basic or advanced embedded hardware.

HydraBus: https://www.hydrabus.com & https://github.com/hydrabus

HydraFW: https://github.com/hydrabus/hydrafw

Hydratool is a GUI tool for HydraBus/HydraFw using Qt5.x framework in order to be used on any platform supported by Qt framework.

It is tested on Windows7 & Ubuntu 16.x LTS(64bits) but it shall work on any other platform Any feedback / pull request are welcome on this project.

Qt libraries dependencies are (can be found in https://github.com/hydrabus/hydratool/blob/master/hydratool.pro):

  • core gui
  • widgets
  • serialport

The actual Hydratool GUI has a main window mainly related to HydraBus+HydraNFC extension in order to display in realtime HydraNFC sniffed data for more details see https://github.com/hydrabus/hydrafw/wiki/HydraFW-HYDRANFC-guide#sniffer-iso14443a-with-unique-hard-real-time-infinite-trace-mode

The second window (when we click on Terminal icon) is mainly a basic Terminal in order to communicate with HydraBus firmware hydrafw but can be used with any Serial Port ...

In the future this tool could be divided in 2 tools:

  • Tool dedicated to HydraNFC sniffing / commands ...
  • Tool dedicated to USB Serial/UART Terminal supporting VT100 ... (which will be not specific to HydraBus/HydraFW)
Clone this wiki locally