thewhiteh4t / FinalRecon

All In One Web Recon
https://www.kali.org/tools/finalrecon/
MIT License
2.29k stars 429 forks source link

Dependency checker does not recognise the psycopg2-binary package #48

Closed mini-bomba closed 2 years ago

mini-bomba commented 2 years ago

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 called psycopg2. This issue was most likely introduced by commit 716f133b.

thewhiteh4t commented 2 years ago

@mini-bomba refer to https://github.com/thewhiteh4t/FinalRecon/issues/47

mini-bomba commented 2 years ago

I think this should be fixed rather than having an undocumented workaround. I can submit a pull request.

thewhiteh4t commented 2 years ago

@mini-bomba no worries I will push an update soon