% python3 sublist3r.py -d close.com
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
____ _ _ _ _ _____
/ ___| _ _| |__ | (_)___| |_|___ / _ __
\___ \| | | | '_ \| | / __| __| |_ \| '__|
___) | |_| | |_) | | \__ \ |_ ___) | |
|____/ \__,_|_.__/|_|_|___/\__|____/|_|
# Coded By Ahmed Aboul-Ela - @aboul3la
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
[-] Enumerating subdomains now for close.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..
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:78: SyntaxWarning: "\_" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\_"? A raw string is also an option.
\___ \| | | | '_ \| | / __| __| |_ \| '__|
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:286: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link_regx = re.compile('<cite.*?>(.*?)<\/cite>')
/Users/jon_k/workspace/Sublist3r/sublist3r.py:343: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub("<(\/)?b>", "", link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
/Users/jon_k/workspace/Sublist3r/sublist3r.py:439: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
link = re.sub('<(\/)?strong>|<span.*?>|<|>', '', link)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:658: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option.
tbl_regex = re.compile('<a name="hostanchor"><\/a>Host Records.*?<table.*?>(.*?)</table>', re.S)
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
/Users/jon_k/workspace/Sublist3r/sublist3r.py:898: SyntaxWarning: "\-" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\-"? A raw string is also an option.
domain_check = re.compile("^(http|https)?[a-zA-Z0-9]+([\-\.]{1}[a-zA-Z0-9]+)*\.[a-zA-Z]{2,}$")
[!] Error: Virustotal probably now is blocking our requests
Process DNSdumpster-8:
Traceback (most recent call last):
File "/opt/homebrew/Cellar/python@3.14/3.14.2/Frameworks/Python.framework/Versions/3.14/lib/python3.14/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/Users/jon_k/workspace/Sublist3r/sublist3r.py", line 268, in run
domain_list = self.enumerate()
File "/Users/jon_k/workspace/Sublist3r/sublist3r.py", line 647, in enumerate
token = self.get_csrftoken(resp)
File "/Users/jon_k/workspace/Sublist3r/sublist3r.py", line 641, in get_csrftoken
token = csrf_regex.findall(resp)[0]
~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range