Update sublist3r.py

This commit is contained in:
Nicolas Mattiocco 2022-02-16 17:23:05 +01:00 committed by GitHub
parent 147ecdca09
commit eba9a5548a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -669,6 +669,8 @@ class DNSdumpster(enumratorBaseThreaded):
results_tbl = tbl_regex.findall(resp)[0]
except IndexError:
results_tbl = ''
except TypeError:
results_tbl = ''
links_list = link_regex.findall(results_tbl)
links = list(set(links_list))
for link in links: