You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[-] Enumerating subdomains now for google.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..
Exception in thread Thread-7:
Traceback (most recent call last):
File "C:\Users\Lola Gary\AppData\Local\Programs\Python\Python313\Lib\threading.py", line 1041, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master\sublist3r.py", line 268, in run
domain_list = self.enumerate()
File "C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master\sublist3r.py", line 647, in enumerate
token = self.get_csrftoken(resp)
File "C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master\sublist3r.py", line 641, in get_csrftoken
token = csrf_regex.findall(resp)[0]
~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
I am getting this error, how can I solve, please? I am using python 3.13 on w11
PS C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master> python sublist3r.py -d google.com
C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master\sublist3r.py:75: SyntaxWarning: invalid escape sequence '_'
print("""%s
C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master\sublist3r.py:286: SyntaxWarning: invalid escape sequence '/'
link_regx = re.compile('<cite.?>(.?)</cite>')
C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master\sublist3r.py:343: SyntaxWarning: invalid escape sequence '/'
link = re.sub("<(/)?b>", "", link)
C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master\sublist3r.py:439: SyntaxWarning: invalid escape sequence '/'
link = re.sub('<(/)?strong>|<span.?>|<|>', '', link)
C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master\sublist3r.py:658: SyntaxWarning: invalid escape sequence '/'
tbl_regex = re.compile('</a>Host Records.?<table.?>(.?)', re.S)
C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master\sublist3r.py:898: SyntaxWarning: invalid escape sequence '-'
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([-.]{1}[a-zA-Z0-9]+)*.[a-zA-Z]{2,}$")
[-] Enumerating subdomains now for google.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..
Exception in thread Thread-7:
Traceback (most recent call last):
File "C:\Users\Lola Gary\AppData\Local\Programs\Python\Python313\Lib\threading.py", line 1041, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master\sublist3r.py", line 268, in run
domain_list = self.enumerate()
File "C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master\sublist3r.py", line 647, in enumerate
token = self.get_csrftoken(resp)
File "C:\Users\Lola Gary\Desktop\Sublist3r-master\Sublist3r-master\sublist3r.py", line 641, in get_csrftoken
token = csrf_regex.findall(resp)[0]
~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: