From 3c65f3d22c57397c5180a8319ad3ed942056df71 Mon Sep 17 00:00:00 2001 From: aizazalisyed Date: Fri, 19 Jul 2024 23:28:25 +0500 Subject: [PATCH] [Feature Request] Multiple Domains loaded from file #418 --- theHarvester/__main__.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/theHarvester/__main__.py b/theHarvester/__main__.py index 1d9c1ecac89..c897cff6cf8 100644 --- a/theHarvester/__main__.py +++ b/theHarvester/__main__.py @@ -308,16 +308,6 @@ async def store( :param store_asns: whether to store asns """ - # Initialize variables to store results for each domain - # all_hosts = [] - # all_emails = [] - # all_ip = [] - # all_people = [] - # all_links = [] - # all_interestingurls = [] - # all_asns = [] - - await search_engine.process(use_proxy) if process_param is None else await search_engine.process(process_param, use_proxy) db_stash = stash.StashManager()