Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

installation procedure

Julien MOINARD edited this page Apr 24, 2016 · 14 revisions

INSTALLING THE GUI

  • Step by step installation (Last Kali Linux version)

    • Open a new terminal on the desktop

    open-terminal

    • Install pakages needed with the following command:
    apt-get install cmake libsqlite3-dev dfu-util libqt4-dev
    
    • Install the gems used by Hardsploit
    gem install qtbindings activerecord libusb sqlite3

    Install the GUI by using the gem (replace the version by the latest)

    gem install hardsploit_gui

    That's it ! Hardsploit is now ready to be launched. Connect your board by USB and type in the terminal

    hardsploit_gui
    

    At the opening you will have in the console either this message:

    usb-ok

    Or this one:

    usb-nok

    If you have this last one, please check your USB connectivity. Don't forget that if you are using a virtual machine you have to attach Hardsploit to it. Hardsploit doesn't manage hotswap yet so you will have to

    • close the GUI
    • connect your board
    • launch the GUI again

    Hardsploit can be used without being connected but you will not have the possibility to execute commands or to use the wiring helper

For the next part it's this way

Clone this wiki locally