aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.47k stars 2.07k forks source link

Traceback (most recent call last): #354

Closed deepansh39 closed 1 year ago

deepansh39 commented 1 year ago

sudo python3 sublist3r.py -h Traceback (most recent call last): File "/home/hackion/tools/Sublist3r/sublist3r.py", line 21, in from subbrute import subbrute File "/home/hackion/tools/Sublist3r/subbrute/subbrute.py", line 18, in import dns.resolver File "/usr/lib/python3/dist-packages/dns/resolver.py", line 38, in import dns.query File "/usr/lib/python3/dist-packages/dns/query.py", line 52, in import httpx File "/usr/local/lib/python3.10/dist-packages/httpx-1.0.0b0-py3.10.egg/httpx/init.py", line 2, in from ._api import delete, get, head, options, patch, post, put, request, stream File "/usr/local/lib/python3.10/dist-packages/httpx-1.0.0b0-py3.10.egg/httpx/_api.py", line 4, in from ._client import Client File "/usr/local/lib/python3.10/dist-packages/httpx-1.0.0b0-py3.10.egg/httpx/_client.py", line 30, in from ._transports.default import AsyncHTTPTransport, HTTPTransport File "/usr/local/lib/python3.10/dist-packages/httpx-1.0.0b0-py3.10.egg/httpx/_transports/default.py", line 92, in httpcore.CloseError: CloseError, AttributeError: module 'httpcore' has no attribute 'CloseError'

deepansh39 commented 1 year ago

Ok guys i solved this error now my tool is running if someone else face this kind of issue you can counter with the help this tactic python3.11 sublist3r.py -h and it work sublist3r

0mamii commented 1 year ago

i have same issue, please help, image

0mamii commented 1 year ago

i have same issue, please help, image

fixed after installing httpcore 0.12.3