Skip to content

Commit 22bb8a4

Browse files
Added filler if domains doesn't have contact e-mails (#46)
1 parent fe2fcd0 commit 22bb8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datagather_modules/data_assembler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def data_gathering(self, short_domain, url, report_file_type, pagesearch_flag, k
4848
print(Fore.GREEN + 'Gathering WHOIS information' + Style.RESET_ALL)
4949
res = cp.whois_gather(short_domain)
5050
print(Fore.GREEN + 'Processing e-mails gathering' + Style.RESET_ALL)
51-
mails = cp.mail_gather(url)
51+
mails = cp.contact_mail_gather(url)
5252
print(Fore.GREEN + 'Processing subdomain gathering' + Style.RESET_ALL)
5353
subdomains, subdomains_amount = cp.subdomains_gather(url, short_domain)
5454
print(Fore.GREEN + 'Processing social medias gathering' + Style.RESET_ALL)

0 commit comments

Comments
 (0)