#382·Sublist3r

please what should i do in this case?

Author: AmaniDEV-2Created Oct 4, 2024Updated Oct 31, 2025

I try to run turbolist3r.py, where I have installed all dependencies what I need to run but I got this error

https://github.com/fleetcaptain/Turbolist3r

I use virtual machine hyper -v manager ubentu 22.04LTS

`(venv) sndibad@sndibad-Virtual-Machine:~/Turbolist3r$ python3 turbolist3r.py -d hackthebox.eu

       _____            _           _ _     _   _____
      |_   _|_   _ _ __| |__  ____ | (_)___| |_|___ / _ __
        | | | | | | `__|  _ \/    \| | / __| __| |_ \| '__|
        | | | \_| | |  | |_) | () || | \__ \ |_ ___) | |
        |_|  \____|_|  |_.__/\____/|_|_|___/\__|____/|_|

      # Based on Sublist3r by Ahmed Aboul-Ela - @aboul3la
      # Forked by Carl Pearson - github.com/fleetcaptain

[-] Enumerating subdomains now for hackthebox.eu [-] 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.. Process AskEnum-6: Traceback (most recent call last): File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/home/sndibad/Turbolist3r/turbolist3r.py", line 309, in run domain_list = self.enumerate() ^^^^^^^^^^^^^^^^ File "/home/sndibad/Turbolist3r/turbolist3r.py", line 282, in enumerate links = self.extract_domains(resp) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/sndibad/Turbolist3r/turbolist3r.py", line 442, in extract_domains return links_list ^^^^^^^^^^ UnboundLocalError: cannot access local variable 'links_list' where it is not associated with a value HTTPSConnectionPool(host='www.virustotal.com', port=443): Max retries exceeded with url: /en/domain/hackthebox.eu/information/ (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fc4e53ffb10>: Failed to resolve 'www.virustotal.com' ([Errno -3] Temporary failure in name resolution)")) HTTPSConnectionPool(host='searchdns.netcraft.com', port=443): Max retries exceeded with url: /?restriction=site+ends+with&host=example.com (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fc4e53ffb10>: Failed to resolve 'searchdns.netcraft.com' ([Errno -3] Temporary failure in name resolution)")) Process NetcraftEnum-7: Process GoogleEnum-4: Traceback (most recent call last): Traceback (most recent call last): File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/home/sndibad/Turbolist3r/turbolist3r.py", line 309, in run domain_list = self.enumerate() ^^^^^^^^^^^^^^^^ File "/home/sndibad/Turbolist3r/turbolist3r.py", line 606, in enumerate cookies = self.get_cookies(resp.headers) ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'headers' File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap self.run() File "/home/sndibad/Turbolist3r/turbolist3r.py", line 309, in run domain_list = self.enumerate() ^^^^^^^^^^^^^^^^ File "/home/sndibad/Turbolist3r/turbolist3r.py", line 280, in enumerate if not self.check_response_errors(resp): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/sndibad/Turbolist3r/turbolist3r.py", line 343, 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 HTTPConnectionPool(host='ptrarchive.com', port=80): Max retries exceeded with url: /tools/search.htm?label=hackthebox.eu (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7fc4e53ffb10>, 'Connection to ptrarchive.com timed out. (connect timeout=25)'))`