thewhiteh4t / FinalRecon

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

whois error #24

Closed shanow7 closed 3 years ago

shanow7 commented 4 years ago

hi, I've heve this

[!] Whois Lookup :

/usr/local/lib/python3.8/dist-packages/ipwhois/net.py:138: UserWarning: allow_permutations has been deprecated and will be removed. It is no longer needed, due to the deprecation of asn_alts, and the addition of the asn_methods argument. warn('allow_permutations has been deprecated and will be removed. ' /usr/local/lib/python3.8/dist-packages/ipwhois/asn.py:178: UserWarning: IPASN._parse_fields_dns() has been deprecated and will be removed. You should now use IPASN.parse_fields_dns(). warn('IPASN._parse_fields_dns() has been deprecated and will be ' /usr/local/lib/python3.8/dist-packages/ipwhois/whois.py:586: UserWarning: Whois._get_nets_other() has been deprecated and will be removed. You should now use Whois.get_nets_other(). warn('Whois._get_nets_other() has been deprecated and will be ' /usr/local/lib/python3.8/dist-packages/ipwhois/whois.py:333: UserWarning: Whois._parse_fields() has been deprecated and will be removed. You should now use Whois.parse_fields(). warn('Whois._parse_fields() has been deprecated and will be '

can you help?

thewhiteh4t commented 4 years ago

@shanow7 please execute this command and share output : sudo pip3 list | grep ipwhois

thewhiteh4t commented 3 years ago

closing due to inactivity.