m0rtem / CloudFail

Utilize misconfigured DNS and old database records to find hidden IP's behind the CloudFlare network
MIT License
2.18k stars 463 forks source link

fix(collections): module 'collections' has no attribute 'Callable' #100

Closed PabloGBarcelo closed 7 months ago

PabloGBarcelo commented 1 year ago

Fix for issue:

if (isinstance(value, str) or isinstance(value, collections.Callable) or hasattr(value, 'match')
AttributeError: module 'collections' has no attribute 'Callable'. Although my socks.py is updated.

Update the lib to run in Python +3.10