mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-25 11:04:58 +02:00
remove import shadowed by loop variable
This commit is contained in:
@@ -848,7 +848,6 @@ async def start(rest_args: Optional[argparse.Namespace] = None):
|
||||
print('\n[*] Virtual hosts:')
|
||||
print('------------------')
|
||||
for data in host_ip:
|
||||
from theHarvester.discovery import bingsearch
|
||||
basic_search = bingsearch.SearchBing(data, limit, start)
|
||||
await basic_search.process_vhost()
|
||||
results = await basic_search.get_allhostnames()
|
||||
|
||||
Reference in New Issue
Block a user