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

cloudfail.py doesnt work #75

Open almostop opened 2 years ago

almostop commented 2 years ago

hey everyone, after i changed lines 180 and 182 like the guides says i got a new error:

└─$ python3 cloudfail.py
Traceback (most recent call last): File "/home/kali/Desktop/CloudFail/cloudfail.py", line 9, in import socks File "/home/kali/Desktop/CloudFail/socks.py", line 62, in from collections import Callable ImportError: cannot import name 'Callable' from 'collections' (/usr/lib/python3.10/collections/init.py)

edit: i tried the change in socks.py line 62 from collections to collection.abc didnt worth either

almostop commented 2 years ago

still stuck help please

mrdenchik commented 1 year ago

@almostop see https://github.com/m0rtem/CloudFail/pull/71/files

c4ir0 commented 1 year ago

@almostop see https://github.com/m0rtem/CloudFail/pull/71/files

doesn't help gives another block of errors