mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-26 11:34:53 +02:00
Made sure to handle the case if an improper @ symbol is in the handles.
This commit is contained in:
@@ -47,6 +47,8 @@ class search_twitter:
|
||||
if '...' in handle:
|
||||
handle = handle[:handle.index('.')]
|
||||
handles.add(handle)
|
||||
if '@' in handles:
|
||||
handles.remove('@')
|
||||
return handles
|
||||
|
||||
def process(self):
|
||||
|
||||
Reference in New Issue
Block a user