aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traceback (most recent call last):

deepansh39 opened this issue · comments

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'

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

commented

i have same issue, please help,
image

commented

i have same issue, please help, image

fixed after installing httpcore 0.12.3