Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the tools does not work I am not getting any subdomain #357

Open
codefaztaz opened this issue Feb 2, 2023 · 5 comments
Open

the tools does not work I am not getting any subdomain #357

codefaztaz opened this issue Feb 2, 2023 · 5 comments

Comments

@codefaztaz
Copy link

in line 933 I have deleted virustotal from the code but. it does not work yet.

I run sudo python3 sublist3r.py -d example.com but I dont get any result

@aravael
Copy link

aravael commented Feb 3, 2023

Confirmed. The tool doesn't provide any results.
python3 sublist3r.py -d godaddy.com
@aboul3la could you please provide any feedback the tool is maintained and whether the issues are temporary?

@0xK3on
Copy link

0xK3on commented Feb 4, 2023

same here. Using kali. I am getting no results with an error;
Process GoogleEnum-4: Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/usr/lib/python3/dist-packages/sublist3r.py", line 269, in run domain_list = self.enumerate() File "/usr/lib/python3/dist-packages/sublist3r.py", line 240, in enumerate if not self.check_response_errors(resp): File "/usr/lib/python3/dist-packages/sublist3r.py", line 304, in check_response_errors if (type(resp) is str or type(resp) is unicode) and 'Our systems have detected unusual traffic' in resp: NameError: name 'unicode' is not defined HTTPSConnectionPool(host='www.virustotal.com', port=443): Max retries exceeded with url: /ui/domains/google.com/subdomains (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6d71d2b010>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Process Virustotal-9: Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/usr/lib/python3/dist-packages/sublist3r.py", line 269, in run domain_list = self.enumerate() File "/usr/lib/python3/dist-packages/sublist3r.py", line 703, in enumerate resp = json.loads(resp) File "/usr/lib/python3.10/json/__init__.py", line 339, in loads raise TypeError(f'the JSON object must be str, bytes or bytearray, ' TypeError: the JSON object must be str, bytes or bytearray, not int HTTPSConnectionPool(host='searchdns.netcraft.com', port=443): Max retries exceeded with url: /?restriction=site+ends+with&host=google.com (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6d71d2aec0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Process NetcraftEnum-7: Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/usr/lib/python3/dist-packages/sublist3r.py", line 269, in run domain_list = self.enumerate() File "/usr/lib/python3/dist-packages/sublist3r.py", line 575, in enumerate if 'Next Page' not in resp: TypeError: argument of type 'int' is not iterable

@huntergregal
Copy link

huntergregal commented Feb 6, 2023

You can try my fork here: https://github.com/huntergregal/Sublist3r

But you should not be getting any major issues with the the original branch besides VirusTotal failures

@AhmadHatziq
Copy link

@huntergregal For some reason, your fork works and not the original. This is for my own setup (running Python on Windows). Thanks!

@Rohinish69
Copy link

You can try my fork here: https://github.com/huntergregal/Sublist3r

But you should not be getting any major issues with the the original branch besides VirusTotal failures

Thx it is working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants