-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
please what should i do in this case? #382
Comments
When i connect to the home router the script does work with error, but when I connect my laptop to my mobile hotspot the script does not work, so whah is the reason in this case? |
Not the last trying is on the version 1.1 |
Note: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
[-] 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)'))`
The text was updated successfully, but these errors were encountered: