Suggestion: ghunt-panel — a local web UI wrapper for GHunt
Hi! I built a small local web UI that wraps the ghunt CLI for people who'd rather run lookups from a browser tab than a terminal (forms for each module, human-readable rendering of the --json output with the raw JSON available behind a toggle, and a guided flow for the three login methods).
Repo: https://github.com/Drotfix/ghunt-panel
It's a thin wrapper — no reimplementation of GHunt's investigation logic, it shells out to the real ghunt binary and depends on it as a normal pip package. All credit for the actual OSINT work stays with this project, obviously.
Posting in case it's useful to link from the README as a related/community tool, or just as something other users might want. Feel free to close if it's not a fit — no worries either way, and thanks for GHunt, it's a great tool.
Source: mxrch/GHunt