Closed mini-bomba closed 2 years ago
@mini-bomba refer to https://github.com/thewhiteh4t/FinalRecon/issues/47
I think this should be fixed rather than having an undocumented workaround. I can submit a pull request.
@mini-bomba no worries I will push an update soon
When trying to run this script from source, I encountered an issue where the dependency checker would complain about
psycopg2-binary
package not being installed, even though it definetly was installed.I found that even though the package was named
psycopg2-binary
, the actual module was still calledpsycopg2
. This issue was most likely introduced by commit716f133b
.