Hardhat-Enterprises / Deakin-Detonator-Toolkit

Deakin Detonator Toolkit redesign using Tauri, React and Mantine.
11 stars 19 forks source link

[Bug]: InstallationModal continues to appear when the command is different from the name the application #692

Open michaeljpigott opened 2 months ago

michaeljpigott commented 2 months ago

Name of Bug

InstallationModal continues to appear when the command is different from the name the application

What Happened?

When using the tool RainbowCrack, the InstallationModal keeps appearing because the name of the program (rainbowcrack) is different from the name of command (rcrack).

When the CommandAvailability tool uses the which command to look for rainbowcrack, it cannot find it despite rainbowcrack being installed and the rcrack command being available.

It also affects the arpaname tool.

Steps to Reproduce

  1. Open the rainbowcrack tool. Install rainbowcrack if required.
  2. Go back to the tools menu. Re-select rainbowcrack.
  3. The Installation Modal will still appear despite rainbowcrack being installed.