An individual Flask webserver written in Python, separated from our core API service to facilitate the use of GHunt and Holehe.
Due to the licenses used for the GHunt and Holehe projects (both of which are very powerful OSINT frameworks, and the authors deserve a lot of respect and full credit for their work), any project that implements their code within their own project must be opensource.
For this reason, we've created an opensource Flask instance to provide GHunt and Holehe's content to the rest of our services.
- Clone the repository
- Execute
docker build -t hostile-open-impl .
- Execute
docker run hostile-open-impl