Skip to content

Commit

Permalink
[Feature Request] Multiple Domains loaded from file laramies#418
Browse files Browse the repository at this point in the history
  • Loading branch information
aizazalisyed committed Jul 19, 2024
1 parent 14771d5 commit 3c65f3d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions theHarvester/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 3c65f3d

Please sign in to comment.