blacklanternsecurity / baddns

Check subdomains for subdomain takeovers and other DNS tomfoolery
GNU General Public License v3.0
92 stars 5 forks source link

python-whois contains out of date dependencies #402

Closed liquidsec closed 2 months ago

liquidsec commented 7 months ago

This also has downstream dependencies, like https://github.com/PythonCharmers/python-future, which are also not being maintained.

Currently this will already cause issues with python 3.12.

An alternative whois module will be needed

liquidsec commented 7 months ago

the problem is entirely up to https://github.com/PythonCharmers/python-future/issues to fix, although whois could make a workaround.

liquidsec commented 3 months ago

python-whois has fixed these issues, so we need to update to remove the various hacks which were put into place as we upgrade python-whois version

liquidsec commented 2 months ago

fixed in https://github.com/blacklanternsecurity/baddns/pull/471