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

File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap #82

Open
wifislax opened this issue Apr 30, 2017 · 4 comments

Comments

@wifislax
Copy link

Process AskEnum-6:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "sublist3r.py", line 264, in run
domain_list = self.enumerate()
File "sublist3r.py", line 237, in enumerate
links = self.extract_domains(resp)
File "sublist3r.py", line 395, in extract_domains
return links_list
UnboundLocalError: local variable 'links_list' referenced before assignment
Process GoogleEnum-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "sublist3r.py", line 264, in run
domain_list = self.enumerate()
File "sublist3r.py", line 235, in enumerate
if not self.check_response_errors(resp):
File "sublist3r.py", line 298, in check_response_errors
if 'Our systems have detected unusual traffic' in resp:
TypeError: argument of type 'int' is not iterable

@hannestrunde
Copy link

hannestrunde commented May 4, 2017

A workaround is to only use engines which throw no errors:

python sublist3r.py -d domain.com -t 100 -v -e "yahoo,google,bing,virustotal,threatcrowd,ssl,netcraft" -o dns_discover.txt

This was referenced May 4, 2017
@altkdub
Copy link

altkdub commented Jul 19, 2017

getting similar errors on a fresh clone.
[-] Searching now in SSL Certificates..
[-] Searching now in PassiveDNS..
HTTPSConnectionPool(host='dnsdumpster.com', port=443): Read timed out. (read timeout=25)
Process DNSdumpster-8:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/home/tools/DNS/Sublist3r/sublist3r.py", line 264, in run
domain_list = self.enumerate()
File "/home/tools/DNS/Sublist3r/sublist3r.py", line 637, in enumerate
self.extract_domains(post_resp)
File "/home/tools/DNS/Sublist3r/sublist3r.py", line 649, in extract_domains
results_tbl = tbl_regex.findall(resp)[0]
TypeError: expected string or buffer
HTTPConnectionPool(host='toolbar.netcraft.com', port=80): Read timed out. (read timeout=25)
Process NetcraftEnum-7:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/home/tools/DNS/Sublist3r/sublist3r.py", line 264, in run
domain_list = self.enumerate()
File "/home/tools/DNS/Sublist3r/sublist3r.py", line 561, in enumerate
self.extract_domains(resp)
File "/home/tools/DNS/Sublist3r/sublist3r.py", line 581, in extract_domains
return links_list
UnboundLocalError: local variable 'links_list' referenced before assignment
[-] Starting bruteforce module now using subbrute..

@altkdub
Copy link

altkdub commented Jul 19, 2017

just figured out that it was because i was throwing a subdomain at it. e.g. instead of company.com, us.company.com
it didn't find any us.... subdomains on the intial search, is there a way to feed it some known subdomain branches?

@MuhammadAbubakar
Copy link

how to resolve this error

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

4 participants