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

Error when running basic scan #334

Open
JPwnage opened this issue Jul 27, 2022 · 0 comments
Open

Error when running basic scan #334

JPwnage opened this issue Jul 27, 2022 · 0 comments

Comments

@JPwnage
Copy link

JPwnage commented Jul 27, 2022

python sublist3r -v -d example.com -t 5


HTTPSConnectionPool(host='dnsdumpster.com', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f1bf95b6170>, 'Connection to dnsdumpster.com timed out. (connect timeout=25)'))
Process DNSdumpster-8:
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/home/kali/Sublist3r/sublist3r.py", line 269, in run
    domain_list = self.enumerate()
  File "/home/kali/Sublist3r/sublist3r.py", line 651, in enumerate
    token = self.get_csrftoken(resp)
  File "/home/kali/Sublist3r/sublist3r.py", line 642, in get_csrftoken
    soup = BeautifulSoup(resp,features="html.parser")
  File "/usr/lib/python3/dist-packages/bs4/__init__.py", line 313, in __init__
    elif len(markup) <= 256 and (
TypeError: object of type 'int' has no len()

I have already tried the fix found here: #33 (comment)
I have also tried installing sublist3r from the kali repo and from git.
Can someone point in the right direction?

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

1 participant