mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 17:13:07 +08:00
fix import error in virtual host option
This commit is contained in:
parent
8d3b936a2e
commit
fb969d44bc
1 changed files with 1 additions and 0 deletions
|
@ -661,6 +661,7 @@ async def handler(lst):
|
|||
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()
|
||||
|
|
Loading…
Reference in a new issue