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

TypeError While trying to hunt subdomains.\ #360

Open
anoshkekal opened this issue May 9, 2023 · 0 comments
Open

TypeError While trying to hunt subdomains.\ #360

anoshkekal opened this issue May 9, 2023 · 0 comments

Comments

@anoshkekal
Copy link

anoshkekal commented May 9, 2023

sublist3r -d tesla.com

                 ____        _     _ _     _   _____                         
                / ___| _   _| |__ | (_)___| |_|___ / _ __                    
                \___ \| | | | '_ \| | / __| __| |_ \| '__|                   
                 ___) | |_| | |_) | | \__ \ |_ ___) | |                      
                |____/ \__,_|_.__/|_|_|___/\__|____/|_|                      
                                                                             
                # Coded By Ahmed Aboul-Ela - @aboul3la                       
                                                                             
[-] Enumerating subdomains now for tesla.com                                 
[-] Searching now in Baidu..
[-] Searching now in Yahoo..
[-] Searching now in Google..
[-] Searching now in Bing..
[-] Searching now in Ask..
[-] Searching now in Netcraft..
[-] Searching now in DNSdumpster..
[-] Searching now in Virustotal..
[-] Searching now in ThreatCrowd..
[-] Searching now in SSL Certificates..
[-] Searching now in PassiveDNS..
[!] Error: Virustotal probably now is blocking our requests
HTTPSConnectionPool(host='dnsdumpster.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5598f3b910>: Failed to establish a new connection: [Errno 111] Connection refused'))
Process DNSdumpster-8:
Traceback (most recent call last):
  File "/usr/lib/python3.11/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 649, in enumerate
    token = self.get_csrftoken(resp)
            ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sublist3r.py", line 644, in get_csrftoken
    token = csrf_regex.findall(resp)[0]
            ^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'int'
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