Francesco Giordano
Francesco Giordano
Hi, I have a project that contains multiple imported packages, some of them are [blanked](https://golang.org/doc/effective_go.html#blank_unused) because I'm using only the `init()` function, the problem is that in go-callvis they are...
Since HIBP moved an API and subscription-based model the gOSINT module is not working properly. Working on a workaround ASAP
This is a bug relative to [viper](https://github.com/spf13/viper) the current `SafeWriteConfigAs` is broken and I hope will be fixed ASAP, since this is relative only to the develop version of gOSINT...
We need to find an efficient way to retrieve info from playstore links (email and name)
Here we will discuss new modules insertion, please always refer to what it's done in https://github.com/Nhoya/gOSINT/projects and see the dev branch. New PR for modules are always welcomed
At the moment gOSINT heavily depends on too many packages, would be good to rewrite some of them as standalone functions (when possible) Here is a visualization graph for the...
PR are welcomed, we can also use an internal library but since BitBucket is a bigger platform would be nice to use an external library always maintained
I would add a module that let run gOSINT as a web service exposing REST API
gOSINT in has been rewritten almost entirely, replacing modules logic and enhancing performances. This unfortunately caused the concatenation of the module (available in 0.5 stable) is now gone. Since it's...
After the release of the new PNI module gOSINT acquired its first external dependecy: `tesseract-ocr` This breaks the windows build script. A good addition will be to restore the support,...