mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 18:03:10 +08:00
More fixes/tweaks
This commit is contained in:
parent
c2f411006a
commit
ecec0b7a8b
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ def start():
|
|||
|
||||
elif engineitem == 'twitter':
|
||||
print('\033[94m[*] Searching Twitter usernames using Google. \033[0m')
|
||||
from theHarvester.discovery import twittersearch
|
||||
search = twittersearch.SearchTwitter(word, limit)
|
||||
search.process()
|
||||
people = search.get_people()
|
||||
|
|
Loading…
Reference in a new issue