This repository contains the original spyhunt tool by gotr00t0day, along with a custom Python GUI launcher.
The GUI (spyhunt_GUI_v2.exe) requires the main spyhunt.py script to run, but it works best if you first remove the ASCII banner from the script.
Follow these steps exactly to set up the GUI and the script.
-
Clone the Original Repository: First, you need to get the main
spyhunttool.git clone https://github.com/gotr00t0day/spyhunt.git
This will create a folder named
spyhuntcontainingspyhunt.pyand other files. -
Remove the Banner from the Script:
- Run the
spyhunt_banner_remover.exescript. - It will ask you to select the file. Click the browse button.
- Navigate into the
spyhuntfolder you just cloned and select thespyhunt.pyfile. - The banner remover will process this file and save a modified version (this new version will be used by the GUI).
- Run the
-
Launch the GUI:
- Now, run the
spyhunt_GUI_v2.exescript to open the graphical interface.
- Now, run the
-
Set the Correct Script Path:
- Inside the GUI, at the top, you will see a "SpyHunt Path" field with a "Browse..." button. Click it.
- Important: Select the
spyhunt.pyfile that was generated by thespyhunt_banner_remover.exe(the modified one), not the original one from the cloned folder.
-
Start Scanning:
- You are all set. Add your target URL, select your scan options from the tabs, and click "Start SpyHunt Scan".