MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / ghunt_install

Method ghunt_install

IntelOSINT.py:13223–13224  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13221 return {"ok": False, "message": f"Installazione GHunt non riuscita: {e}"}
13222
13223 def ghunt_install(self):
13224 return self._install_ghunt_runtime()
13225
13226 def _run_ghunt_login_command(self, cmd_base, run_dir, run_env):
13227 cmd = (cmd_base or []) + ["login"]

Callers 1

ghunt_installFunction · 0.80

Calls 1

Tested by

no test coverage detected